Data Formats
| Library | Description |
|---|---|
| bytes | Immutable binary data type |
| json | Parse and generate JSON data |
| msgpack | Parse and generate MessagePack binary data |
| yaml | YAML parsing and generation |
| toml | TOML parsing and generation |
| scriptling.csv | CSV parsing and formatting (string-based) |
| scriptling.xml | XML parsing and formatting (dict-based) |