import_project_from_json
Create a new dbnl Project from a JSON object
Parameters
Arguments
Description
params
JSON object representing the Project, generally based on a Project exported via export_project_as_json. Example:
Returns
Type
Description
The newly created dbnl Project.
Examples
Was this helpful?