Carrot v0.4.0 documentation

carrot.serialization

carrot.serialization.serialize(obj)
Serialize the object to JSON.
carrot.serialization.deserialize(obj)
Deserialize JSON-encoded object to a Python object.