The LCONF-Data-Serialization-Format
For official information visit The LCONF-Data-Serialization-Format web site.
The LCONF-Data-Serialization-Format in short LCONF is a lightweight, text-based, data serialization format with emphasis on being human-friendly.
LCONF builds upon concepts from JSON, RSONLITE, INI, and YAML.
LCONF defines a small set of structuring rules with indentation and selected characters which provide structural information. This excellent combination allows the data to show itself in a human-friendly, easily readable and writeable format.
LCONF was specifically designed to be useful to people working with program configuration and configuration files as well as for other common use cases such as data exchange and lightweight structural data storage.
Official LCONF Projects
-
LCONF-Data-Serialization-Format Organization
The official LCONF-Organization.
Umbrella for LCONF-Data-Serialization-Format Projects. -
LCONF-Data-Serialization-Format.github.io
-
LCONF-Data-Serialization-Format-Logo
The official LCONF-Logo repository.
-
LCONF-Data-Serialization-Format-Standard
The official LCONF-Data-Serialization-Format Standard.
It contains the latest LCONF-Data-Serialization-Format Specification (SPEC). -
LCONF.jl
A LCONF parser and emitter for Julia. LCONF.jl Website.
-
PyLCONF
A LCONF parser and emitter for Python. PyLCONF Website.
LCONF Libraries - Parser - Emitter
Julia
- LCONF.jl A LCONF parser and emitter for Julia.
Python
- PyLCONF A LCONF parser and emitter for Python.
LCONF Editor Support
LCONF Converters
LCONF Others
Projects using LCONF
If you know of other LCONF related projects, please open an issue at github.