### Description Like SQLite does - encode to "canonical definition of JSON" but allow to parse JSON5 extension like described in https://www.sqlite.org/json1.html#json5_extensions. Most important features: trailing comma, comments, hexadecimal numbers
Description
Like SQLite does - encode to "canonical definition of JSON" but allow to parse JSON5 extension like described in https://www.sqlite.org/json1.html#json5_extensions.
Most important features: trailing comma, comments, hexadecimal numbers