Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
15
Task/JSON/FreeBASIC/json-1.basic
Normal file
15
Task/JSON/FreeBASIC/json-1.basic
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"menu": { "id": "file",
|
||||
"string": "File:",
|
||||
"number": -3,
|
||||
"boolean1":true , "boolean2" :false,"boolean3":true,
|
||||
"sentence" : "the rain in spain falls mainly on the plain. This here \" is an escaped quote!",
|
||||
"null": null,
|
||||
"array" : [0,1,2,3]
|
||||
"Thumbnail": {
|
||||
"Url": "http://www.example.com/image/481989943",
|
||||
"Height": 125,
|
||||
"Width": "100"
|
||||
},
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue