eismultiplexer-qt/external/QCodeEditor/example/resources/code_samples/json.json
Carl Philipp Klemm 2f3069a388 add QCodeEditor
2025-10-13 12:40:46 +02:00

9 lines
177 B
JSON

{
"root": {
"some array": [1, 2, 3],
"some string": "Hello world",
"some dbl": 2.121323,
"some bool": true,
"some null": null
}
}