Extract JSON data from a string input
{}
or square brackets []
and parse it into a JavaScript object.
output
portnoMatch
portoutput
port will be control-flow-excluded and the original input string will be available at the noMatch
portnoMatch
port will be control-flow-excluded and the parsed object will be available at the output
portWhat types of JSON structures can be extracted?
What happens if there are multiple JSON objects in the input?
How does the block handle invalid JSON?
noMatch
port and control-flow-exclude the output
port.