mirror of
https://github.com/lune-org/lune.git
synced 2025-04-19 11:23:57 +01:00
JSON5 is a superset of JSON, which includes support for trailing commas, extra whitespaces, comments, and an expanded set of numbers. This commit adds mainly decoding support for json5, in `@lune/serde`. Encoding "support" is also included, but isn't a practical use-case. * Expanded `EncodeDecodeFormat` to have a `Json5` variant * Handled JSON5 decoding using `serde_json5` crate * Matched JSON5 encoding alongside JSON |
||
---|---|---|
.. | ||
cli | ||
lune | ||
roblox | ||
standalone | ||
lib.rs | ||
main.rs | ||
tests.rs |