Json to Dict¶
Convert Json with a top-level dictionary to a Sympathy dictionary of Json elements.
Definition¶
Input ports¶
- json
Type: jsonDescription: Json
Output ports¶
- json_dict
Type: {json}Description: Json dict
Implementation¶
- class node_json_convert.JsonToDict[source]