mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-19 18:31:52 +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"
|
|
}
|