Adds malformed JSON (force enabled) and JSON5 (after try/catch) support for Minecraft (1.19.2 backport, 1.19.3-snapshots). Which means support such features, as trailing comma, single quota, comments, number formats. In theory, servers also should to be supported (but I'm IDK). Uses reserialization from JSON5 to original JSON.
Isn't support mods, which uses GSON directly.
Resources:
- https://github.com/hydra2s/MC-JSON5 (our patch)
- https://json5.org/ (about)
- https://github.com/json5/json5 (about)
- https://github.com/marhali/json5-java (used)
Ported mods for 22w45a:
- https://github.com/hydra2s/UniversalOres
- https://github.com/hydra2s/minecraft-advancednbttooltip
- https://github.com/hydra2s/AppleSkin
- https://github.com/hydra2s/Tool-Stats
- https://github.com/hydra2s/FoodEffectTooltips
- https://github.com/hydra2s/reasonable-sorting
- https://github.com/hydra2s/nbt-crafting (for future releases)
- https://github.com/hydra2s/polymorph (highly recommended)

