14 lines
206 B
JSON
14 lines
206 B
JSON
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
{ "namespace": "test",
|
||
|
"comments": "yo",
|
||
|
"strings": "yes",
|
||
|
"escaped\"": "string\"isescaped",
|
||
|
"more//": "\"more",
|
||
|
"so\\many": "\\\\escapes\\\\\"whoa",
|
||
|
"comment//inmiddle": "of string"
|
||
|
}
|