tiscript 0.0.3

Turing-Incomplete TypeScript as a Configuration Language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "a": "Hello, \"world!\"",
  "b": "A B C",
  "c": "foo\tbar",
  "d": "foo\nbar",
  "e": "foo\rbar",
  "f": "foo\\bar",
  "g": "foo'bar",
  "h": "foo\"bar",
  "i": "foo😀bar",
  "j": "foo a bar"
}