mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-10-31 23:26:19 +00:00
b14c7842fc
This is relatively unoptimised right now, but should be efficient enough for most practical applications. - Add textutils.json_null. This will be serialized into a literal `null`. When deserializing, and parse_null is true, this will be returned instead of a nil. - Add textutils.unserializeJSON (and textutils.unserializeJSON). This is a standard compliant JSON parser (hopefully). - Passing in nbt_style to textutils.unserializeJSON will handle stringified NBT (no quotes around object keys, numeric suffices). We don't currently support byte/long/int arrays - something to add in a future commit. |
||
---|---|---|
.. | ||
check-lines.py | ||
disk_recipe.json | ||
language.lua | ||
pocket_upgrade_advancement.json | ||
pocket_upgrade_recipe.json | ||
recipes.lua | ||
turtle_upgrade_advancement.json | ||
turtle_upgrade_recipe.json |