Eno favicon

Eno

The eno notation language is a plain-text data format designed for file-based content. The language itself is very simple but expressive enough to be able to handle massive databases, while libraries are available across multiple languages including JavaScript, Python, Ruby and Rust.

Language Overview:

  • Fast to write and edit
  • Intuitive and simple - easy to use for non-programmers too
  • No indentation, all empty lines and whitespace optional
  • No type syntax rules and restrictions on the language level
  • Documents map to ubiquitous structural types in all programming languages
  • Powerful advanced features - copy, merge, deep merge elements
Messagepack

Messagepack

MessagePack is an efficient binary serialization specification that lets you exchange data among multiple languages like JSON ...