DataDecoder
-
class
compas.utilities.DataDecoder(*args, **kwargs)[source] Bases:
json.decoder.JSONDecoderData decoder for custom JSON serialisation with support for COMPAS data structures and geometric primitives.
Methods
object_hook(o)Inherited Methods
decode(s[, _w])Return the Python representation of
s(astrinstance containing a JSON document).raw_decode(s[, idx])Decode a JSON document from
s(astrbeginning with a JSON document) and return a 2-tuple of the Python representation and the index inswhere the document ended.