Skip to content

kookyleo/eson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eson Coming soon ...

Eson

is a tiny config language that extends from json.

Features

  • Support expression
  • Support comments
  • Support multi-line string
  • Support annotation
  • Support

Example

@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
    ...
}

License

Apache-2.0

About

A tiny config language that extends from json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages