Agregar archivos de proyecto.

This commit is contained in:
2026-05-27 17:09:59 +02:00
parent 73b30b7de7
commit 03813aff5a
9144 changed files with 4026729 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"integer": "2",
"doubleValue": "5.0"
}

View File

@@ -0,0 +1,8 @@
{
"firstValue": "SECOND_VALUE",
"enumArray": [
"FIRST_VALUE",
"FIRST_VALUE",
"SECOND_VALUE"
]
}

View File

@@ -0,0 +1,8 @@
{
"enumArray": [
"FIRST_VALUE",
"FIRST_VALUE",
"SECOND_VALUE"
],
"firstValue": "SECOND_VALUE"
}

View File

@@ -0,0 +1,7 @@
{
"firstUnknown": "some value",
"firstString": "some small string",
"integer": "8",
"secondUnknown": ["1", "2"],
"doubleValue": "26.0"
}

View File

@@ -0,0 +1,36 @@
{
"map": {
"FirstMapKey": 15,
"SecondMapKey": 8
},
"str": "StringFieldValue",
"childsMap": {
"ChildMapkey": {
"arrayStr": [
"someStr1",
"someStr2"
],
"grandsons": [
{
"integer": 13,
"name": "someName"
},
{
"integer": 0,
"name": ""
}
]
},
"ChildMapKey2": {
"arrayStr": [
""
],
"grandsons": [
{
"integer": 0,
"name": ""
}
]
}
}
}

View File

@@ -0,0 +1,36 @@
{
"childsMap": {
"ChildMapkey": {
"arrayStr": [
"someStr1",
"someStr2"
],
"grandsons": [
{
"integer": 13,
"name": "someName"
},
{
"integer": 0,
"name": ""
}
]
},
"ChildMapKey2": {
"arrayStr": [
""
],
"grandsons": [
{
"integer": 0,
"name": ""
}
]
}
},
"map": {
"FirstMapKey": 15,
"SecondMapKey": 8
},
"str": "StringFieldValue"
}

View File

@@ -0,0 +1,2 @@
{
"It's invalid json file."

View File

@@ -0,0 +1 @@
{"firstValue":"SECOND_VALUE","enumArray":["FIRST_VALUE","FIRST_VALUE","SECOND_VALUE"]}

View File

@@ -0,0 +1 @@
{"enumArray":["FIRST_VALUE","FIRST_VALUE","SECOND_VALUE"],"firstValue":"SECOND_VALUE"}

View File

@@ -0,0 +1 @@
{"map":{"FirstMapKey":15,"SecondMapKey":8},"str":"StringFieldValue","childsMap":{"ChildMapkey":{"arrayStr":["someStr1","someStr2"],"grandsons":[{"integer":13,"name":"someName"},{"integer":0,"name":""}]},"ChildMapKey2":{"arrayStr":[""],"grandsons":[{"integer":0,"name":""}]}}}

View File

@@ -0,0 +1 @@
{"childsMap":{"ChildMapkey":{"arrayStr":["someStr1","someStr2"],"grandsons":[{"integer":13,"name":"someName"},{"integer":0,"name":""}]},"ChildMapKey2":{"arrayStr":[""],"grandsons":[{"integer":0,"name":""}]}},"map":{"FirstMapKey":15,"SecondMapKey":8},"str":"StringFieldValue"}

View File

@@ -0,0 +1 @@
{"firstString":"defaultValue","integer":4}

View File

@@ -0,0 +1,4 @@
{
"firstString": "defaultValue",
"integer": 4
}

View File

@@ -0,0 +1,4 @@
[
"String\n\rtest",
" \n \t"
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB