Agregar archivos de proyecto.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"integer": "2",
|
||||
"doubleValue": "5.0"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"firstValue": "SECOND_VALUE",
|
||||
"enumArray": [
|
||||
"FIRST_VALUE",
|
||||
"FIRST_VALUE",
|
||||
"SECOND_VALUE"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"enumArray": [
|
||||
"FIRST_VALUE",
|
||||
"FIRST_VALUE",
|
||||
"SECOND_VALUE"
|
||||
],
|
||||
"firstValue": "SECOND_VALUE"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"firstUnknown": "some value",
|
||||
"firstString": "some small string",
|
||||
"integer": "8",
|
||||
"secondUnknown": ["1", "2"],
|
||||
"doubleValue": "26.0"
|
||||
}
|
||||
@@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
{
|
||||
"It's invalid json file."
|
||||
@@ -0,0 +1 @@
|
||||
{"firstValue":"SECOND_VALUE","enumArray":["FIRST_VALUE","FIRST_VALUE","SECOND_VALUE"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"enumArray":["FIRST_VALUE","FIRST_VALUE","SECOND_VALUE"],"firstValue":"SECOND_VALUE"}
|
||||
@@ -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":""}]}}}
|
||||
@@ -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"}
|
||||
@@ -0,0 +1 @@
|
||||
{"firstString":"defaultValue","integer":4}
|
||||
@@ -0,0 +1 @@
|
||||
["String\n\rtest"," \n \t"]
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"firstString": "defaultValue",
|
||||
"integer": 4
|
||||
}
|
||||
@@ -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 |
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
1
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Some text file
|
||||
@@ -0,0 +1 @@
|
||||
Some info
|
||||
Reference in New Issue
Block a user