- set_pragma_json(object_, id, data)#
Serialize a Python object to a JSON document in a textual pragma.
An existing pragma with the same ID is updated with the text or deleted if the object is
None
or empty.See the pragma_json example.
Serialize a Python object to a JSON document in a textual pragma.
An existing pragma with the same ID is updated with the text
or deleted if the object is None
or empty.
See the pragma_json example.