diff --git a/libraries/LIBRARIES b/libraries/LIBRARIES index bc922679..7822eaf1 100644 --- a/libraries/LIBRARIES +++ b/libraries/LIBRARIES @@ -19,3 +19,4 @@ pixel_module.xml Pixels manipulate costumes pixel-wise. audioComp_module.xml Audio Comp analyze, manipulate and generate sound samples. atomic_HOFs_module.xml "Bigger" Data [EXPERIMENTAL] crunch large lists very fast make-variables.xml create variables in program declare global or sprite-local variables in a script +json.xml Deal with JSON data Turn JSON strings into lists with the listify block, then retrieve data out of them by using the value at key block. diff --git a/libraries/json.xml b/libraries/json.xml new file mode 100644 index 00000000..1b37cc27 --- /dev/null +++ b/libraries/json.xml @@ -0,0 +1 @@ +
\ No newline at end of file