mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-19 22:03:45 +01:00
212 B
212 B
JSON
Advantages over minetest.write_json
/minetest.parse_json
:
- Twice as fast in most benchmarks (for pre-5.6 at least)
- Uses streams instead of strings
- Customizable
- Useful error messages
- Pure Lua