.. _`Manually Create JSON`: .. _`org.sysess.sympathy.create.createjson`: Manually Create JSON ~~~~~~~~~~~~~~~~~~~~ .. image:: create_json.svg :width: 48 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 :ref:`Data type APIs` to see what methods and attributes are available on the data type that you are working with. *Input ports*: :arg: Input *Output ports*: :output: json Output *Configuration*: **(no label)** (code) Python expression that evaluates to a dictionary. .. automodule:: node_create_json .. class:: CreateJSON Example flows ############# * :download:`InputOutputGenerate.syx ` * :download:`JSON.syx `