An open API service indexing awesome lists of open source software.

https://github.com/gramian/serialization-fingerpost

Overview on human-readable configuration file formats
https://github.com/gramian/serialization-fingerpost

axon configobj cson human-readable ini json microxml mson ogdl properties strictyaml toml xml yaml

Last synced: 3 months ago
JSON representation

Overview on human-readable configuration file formats

Awesome Lists containing this project

README

        

# serialization-fingerpost

## Human Readable Formats

* `INI` - Initialization File: https://en.wikipedia.org/wiki/INI_file
* `TOML` - Tom's Obvious Minimal Language: https://toml.io
* `XML` - Extensible Markup Language: https://www.w3.org/XML
* `MicroXML`: https://web.archive.org/web/20130608052654/http://www.ibm.com/developerworks/opensource/library/x-microxml1/index.html
* `YAML` - YAML Ain't Markup Language : https://yaml.org
* `Strict YAML` - https://hitchdev.com/strictyaml
* `JSON` - JavaScript Object Notation: https://www.json.org
* `CSON` - CoffeeScript Object Notation: https://github.com/bevry/cson
* `MSON` - Markdown Syntax for Object Notation: https://github.com/apiaryio/mson
* `AXON` - AXON is eXtended Object Notation: https://pyaxon.readthedocs.io/en/latest/
* `OGDL` - Ordered Graph Data Language: https://ogdl.org
* `.properties`: https://en.wikipedia.org/wiki/.properties
* `ConfigObj`: https://configobj.readthedocs.io/en/latest/configobj.html#the-config-file-format

TBC ...