Data Exchange
Allow data to be shared between systems in a structured format.
Plangs
Name | Description |
---|---|
JSON | Lightweight data-interchange format that is easy for humans to read and write and easy for machines to parse and generate. |
Nickel | Lightweight configuration language designed for generating modular and reusable configuration files. |
PKL | Configuration language for defining data structures and generating JSON or YAML outputs. |
Protocol Buffer | Platform-neutral extensible mechanism for serializing structured data developed by Google. |
Rebol | Cross-platform multi-paradigm language known for its dialects and simplicity. |
XML | Markup language used for storing and sharing data. |
XQuery | W3C language for querying and transforming XML data using XPath. |
YAML | Human-readable data serialization language for configuration files and data exchange, featuring minimal syntax. |