mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
* Fix json parser number * Fix json parser leading zero * Fix json parser with duplicated keys * Fix json parser with trailing characters * Fix json parser: set recursive depth to 128 * Fix json parser: skip comment to false * Fix json parser: reject number trailing with null * Make max depth configurable. Simplify with defer catch. Accept `2.` * Make max depth configurable. Simplify with defer catch. Accept `2.` --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>