Expand description
DTCS document parsers.
Structs§
- Parse
Result - Result of parsing a DTCS document.
Enums§
- Document
Format - Supported DTCS document serialization formats.
Constants§
- MAX_
DOCUMENT_ BYTES - Maximum DTCS document size accepted by the parser (16 MiB).
Functions§
- parse
- Parse a DTCS document from bytes.
- parse_
file - Parse a DTCS document from a file path.
- parse_
json - Parse a DTCS document from JSON.
- parse_
yaml - Parse a DTCS document from YAML.