Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alanvf/reon
REON is an expressive data format based on Red/Rebol syntax that can be converted to/from JSON
https://github.com/alanvf/reon
data-format json rebol red
Last synced: about 4 hours ago
JSON representation
REON is an expressive data format based on Red/Rebol syntax that can be converted to/from JSON
- Host: GitHub
- URL: https://github.com/alanvf/reon
- Owner: ALANVF
- License: mit
- Created: 2020-08-04T21:10:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:18:52.000Z (almost 2 years ago)
- Last Synced: 2023-12-24T18:02:31.233Z (11 months ago)
- Topics: data-format, json, rebol, red
- Language: CoffeeScript
- Homepage:
- Size: 176 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
REON is an expressive data format similar to [Ren](https://pointillistic.com/ren/) (which is based on [Red](https://www.red-lang.org/) and [Rebol](http://www.rebol.com/) syntax) that can be translated to/from JSON.
Notable features:
- Expressive syntax for representing various kinds of values
- Comments and free-form syntax
- Procedural macros for generating repetitive data
- JS API and CLI helperPlanned features:
- (Compact) binary data representation
- Input validation for string data (e.g. regexps, globs, queries, etc)
- Support other formats such as YAML or CSON