get_pragma_json(object_, id)# Deserialize a text pragma containing a JSON document to a Python object. See the pragma_json example. Parameters: object_suite.ObjectElement to get the pragma from. idstrID of the pragma. Returns: objectPython object corresponding to the JSON document stored in the pragma. Returns {} if there is no pragma or None if the pragma does not contain a valid JSON document.