mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +00:00
21 lines
291 B
Plaintext
21 lines
291 B
Plaintext
{
|
|
"log_name": "test",
|
|
"log_dir": "test_logs",
|
|
"log_to_console": false,
|
|
"key1": "value1",
|
|
"key2": "value2",
|
|
"section1": {
|
|
|
|
"subsection1": {
|
|
"key1": "value1",
|
|
"key2": "value2"
|
|
},
|
|
|
|
"subsection2": {
|
|
"key1": "value1",
|
|
"key2": "value2"
|
|
}
|
|
|
|
}
|
|
}
|