ts-json 0.2.0

JSON config file linting for my applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "array": [
    {
      "text": "हिन्दी मुख्यमंत्री हिमंत\n",
      "flag": false,
      "number": -1.04e2
    },
    {
      "text": "\"ابجد هوز حطي كلمن سعفص قرشت ثخذ ضظغ\"",
      "flag": true,
      "number": null
    },
    {
      "text": "🏳️‍🌈🏳️‍⚧️",
      "number": 1
    }
  ]
}