Json To Map
JSON To Map
Description
Converts a string representing JSON or a JavaScript object containing JSON properties into a collection of key-value pairs
Example:
Input - {"name":"myong", "age":"37"}
Output - {name=myong, age=37}
Inputs
- Control Flow (Control Flow)
- source (Object): The source might be a string or a JS Object!
Outputs
- Control Flow (Control Flow)
- map (Map): New map containing the properties of the JSON as key/values
- Error Flow (Error Flow): Triggered by providing incorrect JSON