add QCodeEditor
This commit is contained in:
parent
bccee9bd36
commit
2f3069a388
316 changed files with 98016 additions and 0 deletions
9
external/QCodeEditor/example/resources/code_samples/json.json
vendored
Normal file
9
external/QCodeEditor/example/resources/code_samples/json.json
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"root": {
|
||||
"some array": [1, 2, 3],
|
||||
"some string": "Hello world",
|
||||
"some dbl": 2.121323,
|
||||
"some bool": true,
|
||||
"some null": null
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue