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
- Host: GitHub
- URL: https://github.com/gramian/serialization-fingerpost
- Owner: gramian
- Created: 2023-04-23T10:40:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T21:08:10.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T09:50:57.370Z (7 months ago)
- Topics: axon, configobj, cson, human-readable, ini, json, microxml, mson, ogdl, properties, strictyaml, toml, xml, yaml
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-formatTBC ...