tiscript 0.0.3

Turing-Incomplete TypeScript as a Configuration Language
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "object": {
    "a": "b",
    "c": "d",
    "e": "f",
    "g": "h",
    "i": "j",
    "k": "l"
  }
}