Skip to content

archstrange/sad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sad

Sad is a simple data file format, like Json, Toml ..., but more simpler.

Sad has three data types: String, Array and Dictionary, as SAD.

String is the primary data of Sad, Array is an orderd list and Dictionary is a unorderd key-value list (or called dictionary).

A Sad value can be any one of these three things, array and dictionary can take any sad values as members.

Example

{
    string1 'string must be quoted'
    string2 "string must be quoted"
    array [
        'array members are in `[]`'
        [ 'members can be any type' ]
        {  }
        'even an empty dict'
    ]
    no-coma 'since Sad is such a simple format'
    no-semicolon 'that there is no need for comas or semicolons'
}

About

A simple data(String, Array, Dict) file format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published