9 lines
99 B
JSON
9 lines
99 B
JSON
|
{
|
||
|
"key1": "this works",
|
||
|
"key2": "this works too",
|
||
|
"key3": {
|
||
|
"nestedkey1": "hello"
|
||
|
}
|
||
|
}
|
||
|
|