
TOML
TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages.
TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages.
Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data – think ...
YAML: YAML Ain't Markup Language What It Is: YAML is a human friendly data serialization standard for all programmin ...
The eno notation language is a plain-text data format designed for file-based content. The language itself is very simple but ...
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is eas ...
MessagePack is an efficient binary serialization specification that lets you exchange data among multiple languages like JSON ...
Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format which is ...