Chaofan34
Results
1
issues of
Chaofan34
**example** i want to use gjson.Get(jsonStr, "prefix_*"), get the value from `prefix_a` and `prefix_b`, but only get result {"a":"1"} ``` { "prefix_a": {"a": "1"}, "prefix_b": {"b": "2"} } ```