Manually Create JSON

../../../../_images/create_json.svg
class node_create_json.CreateJSON[source]

Manually Create JSON by writing a python expression which evaluates to a dictionary containing normal python values, that is, dictionaries lists, floats, integers, strings and booleans.

Optional input port, named arg, can be used in the expression. Have a look at the Data type APIs to see what methods and attributes are available on the data type that you are working with.

Inputs:
arg : <a>

Input

Outputs:
output : json

Output

Configuration:
code

Python expression that evaluates to a dictionary.