lune/src
Erica Marigold 84af0f7a60
feat: include support for json5 encoding
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
2024-02-25 16:38:18 +05:30
..
cli Give standalone compilation its own dir, leave some future notes 2024-01-14 11:15:17 +01:00
lune feat: include support for json5 encoding 2024-02-25 16:38:18 +05:30
roblox Implement GetDebugId instance method 2023-10-25 11:10:24 +02:00
standalone Give standalone compilation its own dir, leave some future notes 2024-01-14 11:15:17 +01:00
lib.rs Rename lune struct to runtime 2024-01-14 10:41:18 +01:00
main.rs Give standalone compilation its own dir, leave some future notes 2024-01-14 11:15:17 +01:00
tests.rs Implement support for path aliases in require 2024-01-14 13:33:15 +01:00