add QCodeEditor

This commit is contained in:
Carl Philipp Klemm 2025-10-13 12:40:46 +02:00
parent bccee9bd36
commit 2f3069a388
316 changed files with 98016 additions and 0 deletions

View 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
}
}