Körperbewegung
This commit is contained in:
parent
b16b24e4f7
commit
95945c0306
78 changed files with 12503 additions and 0 deletions
9
mods/modlib/doc/json.md
Normal file
9
mods/modlib/doc/json.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue