rojo 7.6.1

Enables professional-grade development tools for Roblox developers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "array": [1, 2, 3],
  "object": {
    "hello": "world"
  },
  "true": true,
  "false": false,
  "null": null,
  "int": 1234,
  "float": 1234.5452,
  "1invalidident": "nice"
}