Json to List

../../../../_images/json_to_list.svg

Convert Json containing a top-level list to a Sympathy list of Json elements.

Definition

Input ports

json
Type: json
Description: Json

Output ports

json_list
Type: [json]
Description: Json list

Implementation

class node_json_convert.JsonToList[source]