Destructure JSON

The Destructure JSON block allows users to destructure a JSON. Users can specify which keys to be destructured. The extracted values are then passed through the corresponding pins.

Destructure JSON block

Input Pins

chevron-rightJSONhashtag

The JSON value you need to destructure

Data Type : Dictionary

Example  :  { "Name": "Alice", "Age": 25, "Location": "New York", "Occupation": "Engineer" }

Output Pins

circle-info

The Destructure JSON block has multiple output pins.

Users specify which keys in the JSON should be destructured. For example, if the user wants the 'Name', they can create a output pin called 'Name'.

Example: Using the Destructure JSON block in a real application

Last updated