fdtdx.export_json_str

fdtdx.export_json_str#

fdtdx.export_json_str(obj)[source]#

Create a json string from the given object. Can be used for serialization.

Parameters:

obj (Any) – Object to serialize

Returns:

JSON string

Return type:

str