arxiv.canonical.serialize package

(De)Serialization of the canonical record.

arxiv.canonical.serialize.dumps(obj)[source]

Generate JSON from a Python object.

Return type

str

arxiv.canonical.serialize.loads(data)[source]

Load a Python object from JSON.

Return type

Any