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