mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
* Stub implementation * Flesh out feature and add tests. Other snapshots currently failing. * Blacklist .meta.json in JSON handler * Write to correct property (Source) instead of Value * Update changelog
12 lines
178 B
JSON
12 lines
178 B
JSON
{
|
|
"array": [1, 2, 3],
|
|
"object": {
|
|
"hello": "world"
|
|
},
|
|
"true": true,
|
|
"false": false,
|
|
"null": null,
|
|
"int": 1234,
|
|
"float": 1234.5452,
|
|
"1invalidident": "nice"
|
|
} |