is a tiny config language that extends from json.
- Support expression
- Support comments
- Support multi-line string
- Support annotation
- Support
@license("Apache-2.0")
@example
{
// This is a comment
"name": "Eson",
"version": "0.1.0",
"description": "A tiny config language that extends from json.",
"author": "Yuri"
"copyright": f"@${ date() | format('YYYY') }",
// This is a multi-line string
...
}
Apache-2.0