Add JSON_DISABLE_EOF_CHECK decoding flag
With this flag enabled, the decoder stops after a valid JSON input and thus allows extra data after it. Fixes GH-25.
parent
9febdf33
Please register or sign in to comment
With this flag enabled, the decoder stops after a valid JSON input and thus allows extra data after it. Fixes GH-25.