From 28fbd1e820e4225035ca1b728ba8e8d41a2925f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Sat, 29 Mar 2025 15:47:56 +0800 Subject: [PATCH] fix --- gjson_hack/define.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gjson_hack/define.go b/gjson_hack/define.go index bf9fb3c..9e5426c 100644 --- a/gjson_hack/define.go +++ b/gjson_hack/define.go @@ -31,7 +31,7 @@ type PathResult struct { } const ( - ArrayIdxTpl = "{{idx}}" + ArrayIdxTpl = "[]" ) // ExpendArrayResult 展开数组的结果