.. _`Create MongoDB Json`: .. _`com.sympathyfordata.database.mongodb.createjson`: Create MongoDB Json ``````````````````` .. image:: mongodbnode.svg :width: 48 Documentation ::::::::::::: Create MongoDB compatible Json by writing a literal Python expression extended with constructor functions. The output can then be used as input for other MongoDB nodes, like, *InsertOne*, *Find*, etc. For info on how to input data to MongoDB, see :ref:`mongodb_data_format`. Definition :::::::::: Output ports ............ **output** json Output Configuration ............. **(no label)** (code) MongoDB compatible Python expression. Examples ........ * :download:`MongoDBConfigurationAndPortFormat.syx ` * :download:`MongoDBBasicOperations.syx ` Implementation .............. .. automodule:: node_mongodb :noindex: .. class:: CreateMongoDBJSON :noindex: