jsonparser icon indicating copy to clipboard operation
jsonparser copied to clipboard

I don`t why it is not work

Open hcl666 opened this issue 2 years ago • 0 comments

jsonparser.ObjectEach(style, func(key []byte, typeStr []byte, dataType jsonparser.ValueType, offset int) error { jsonparser.ObjectEach(typeStr, func(key []byte, value []byte, dataType jsonparser.ValueType, offset int) error { fmt.Printf("Key: '%s'\n Value: '%s'\n Type: %s\n", string(key), string(value), dataType) return nil }, string(key)) return nil }, "style")

hcl666 avatar Mar 09 '23 06:03 hcl666