jow- / ucode

JavaScript-like language with optional templating
ISC License
87 stars 24 forks source link

lib: uc_json(): accept trailing whitespace when parsing strings #128

Closed jow- closed 1 year ago

jow- commented 1 year ago

Only raise a trailing garbage error if the given JSON source string is followed by a non white space character.

Signed-off-by: Jo-Philipp Wich jo@mein.io