Skip to content

#json5

Latest

Choose a tag to compare

@mcandre mcandre released this 16 Oct 23:29
· 2 commits to main since this release

Add limited support for JSON5 with -5 / --json5 flags.

Off by default, given that the vast majority of JSON parsers do not support JSON5 syntax.

JSON5 Schema appears to be incompatible with JSON5. Creatives are welcome to publish a specification that combines the two, ideally with a Rust + FFI parser library.