jansson
jansson copied to clipboard
Outdated RFC reference
The new RFC for JSON is RFC7159, not RFC4627 anymore. Most notable change is that the JSON root can be any value, not just limited to the array or object types.
This should be fixed by deprecating JSON_DECODE_ANY making it the default behavior.