mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
c5a09a32a9
This is achieved by encoding the type of function used in the first two bytes. First byte: b: buffered Second byte: f: formatted
14 lines
249 B
Plaintext
14 lines
249 B
Plaintext
bf{
|
|
"Image": {
|
|
"Width": 800,
|
|
"Height": 600,
|
|
"Title": "View from 15th Floor",
|
|
"Thumbnail": {
|
|
"Url": "http:/*www.example.com/image/481989943",
|
|
"Height": 125,
|
|
"Width": "100"
|
|
},
|
|
"IDs": [116, 943, 234, 38793]
|
|
}
|
|
}
|