insane-json
insane-json copied to clipboard
Lighting fast and simple JSON decode/encode library for GO
```shell » echo "{"field1":"email\SECMASKED"}" | jq 5 jq: parse error: Invalid numeric literal at line 1, column 9 ``` but check is passed ```golang func TestDecodeSpecialChar(t *testing.T) { json :=...
To get byte length of node we use `func (n *Node) Encode(out []byte) []byte` but it requires memory allocation.
Now there is not full brand new document in README.md I wanna use this json lib in your other open source projects, but i cant learn it fully without appropriate...