2018-02-13 07:17:46 +01:00
|
|
|
{
|
2020-05-11 22:22:32 +02:00
|
|
|
// Escaped
|
|
|
|
"FOO\"BAR": "Today",
|
2018-02-13 07:17:46 +01:00
|
|
|
|
2020-05-11 22:22:32 +02:00
|
|
|
/*
|
|
|
|
* The following lines
|
|
|
|
* represent cardinal directions
|
|
|
|
*/
|
|
|
|
"N": "N",
|
|
|
|
"E": "E",
|
|
|
|
"S": "S",
|
|
|
|
"W": "W"
|
2018-02-13 07:17:46 +01:00
|
|
|
}
|