LEGO Education WeDo 2.0: Difference between revisions

Content deleted Content added
Created page with "{{Extension |extension_img=thumb |extension_desc=Blocks for handling JSON objects and arrays. }} The '''JSON''' extension is a PenguinMod extension that allows the editing of JSON files within PenguinMod. ==Blocks== *is json () valid? *get () from () *get path () from () *set () to () in () *in json () delete key () *get all values from json () *get all keys from json () *json () has key ()? *combine json () and json () Arrays *is array () valid? *..."
 
No edit summary
Line 1:
{{Extension
|extension_img=[[File:JSON.jpg|thumb]]
|extension_desc=Blocks for handling JSON objects and arrays.
}}
 
The '''JSONLEGO Education WeDo 2.0''' extension is a [[PenguinMod]] extension that allows the editing of JSON files within PenguinMod.
==Blocks==
*
*is json () valid?
*get () from ()
*get path () from ()
*set () to () in ()
*in json () delete key ()
*get all values from json ()
*get all keys from json ()
*json () has key ()?
*combine json () and json ()
Arrays
*is array () valid?
*create array from text () with delimiter ()
*create text from array () with delimiter ()
*in array () add ()
*add items from array () to array ()
*add items from array () and array () to array ()
*in array delete ()
*reverse array ()
*in array () insert () at ()
*in array () set () to ()
*in array () get ()
*in array () get index of ()
*in array () from () get index of ()
*length of array ()
*array contains ()?
*flatten nested array () by () layers
*in array () get all items from () to ()
*is array () empty?
{{ExtensionsNav}}