mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-21 11:18:01 +00:00
14 lines
156 B
JSON
14 lines
156 B
JSON
|
{
|
||
|
// Escaped
|
||
|
"FOO\"BAR": "Today",
|
||
|
|
||
|
/*
|
||
|
* The following lines
|
||
|
* represent cardinal directions
|
||
|
*/
|
||
|
"N": "N",
|
||
|
"E": "E",
|
||
|
"S": "S",
|
||
|
"W": "W"
|
||
|
}
|