dent-parse 0.1.0

Duck's Extensible Notation for Things (DENT) parser
Documentation
1
2
3
4
5
6
7
8
9
10
# Defines a person
{
    name: Mario
    skills: [
        jumps
        grows
    ]
    age: 35
    alive: true
}