MagicMirror/tests/configs/data/StripComments.json
2018-02-13 07:17:46 +01:00

14 lines
156 B
JSON

{
// Escaped
"FOO\"BAR": "Today",
/*
* The following lines
* represent cardinal directions
*/
"N": "N",
"E": "E",
"S": "S",
"W": "W"
}