ParseJSON (Remove)

The ParseJSON function can be used to delete an item of data from an initialised JSON object.

To delete the value of an item without removing the item itself, use the Update instruction to replace the item's value with NULL.

Syntax

ParseJSON( InstructionType, Key, Path, Item );

Parameters

Parameter Name Type Description Optional? Default Value
InstructionType Integer Must be set to the integer 6. No n/a
Key String The key of the intended JSON object. No n/a
Path String The path of the intended item, such as results No n/a
Item String The name of the intended item, such as wakeup. No n/a

Output

If successful, the function will return a string consisting of the updated object data.