From 7d823067d0ae9f747c7229c2cb45eeab1905b069 Mon Sep 17 00:00:00 2001 From: Bernat Romagosa Date: Mon, 2 Jul 2018 11:28:19 +0200 Subject: [PATCH] added JSON library --- libraries/LIBRARIES | 1 + libraries/json.xml | 1 + 2 files changed, 2 insertions(+) create mode 100644 libraries/json.xml 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