jsonparser
jsonparser copied to clipboard
One of the fastest alternative JSON parser for Go that does not require schema
`GetInt()` only returns `int64`. It would be nice to have a `uint64` version
i have an implementation of jsonparser for marshaling/appending data to a json structure from a struct, but anytime i use Set() it return a data type that is not json,...
tinygo does not support reflections
Trace ``` panic: runtime error: index out of range [9] with length 9 goroutine 17 [running, locked to thread]: github.com/buger/jsonparser.Delete({0x7ab84bde10b0, 0x9, 0x9}, {0x10c000148e50, 0x1, 0x1}) github.com/buger/jsonparser/parser.go:751 +0x1387 github.com/buger/jsonparser.FuzzDelete(...) github.com/buger/jsonparser/fuzz.go:31 main.LLVMFuzzerTestOneInput(...)...