mtots 0.1.2

The mtots scripting language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
import json

print(json)

blob = json::loads(r###"
{
    "a": [1, 2, 3]
}

"###)

print(blob)