Asset refactor
This commit is contained in:
19
assets/test.json
Normal file
19
assets/test.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "Dominic",
|
||||
"age": 31,
|
||||
"likes": [
|
||||
"thing1",
|
||||
"thing2"
|
||||
],
|
||||
"options": {
|
||||
"someParam": true,
|
||||
"someSubObject": {
|
||||
"someSubSubParam": 52
|
||||
},
|
||||
"someArray": [
|
||||
1,
|
||||
2,
|
||||
3
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user