mirror of
https://github.com/nlohmann/json
synced 2024-11-22 12:00:05 +00:00
6a7392058e
* 👥 update contributor and sponsor list * 🚧 document BJData format * 🚧 document BJData format * 📝 clarified documentation of [json.exception.parse_error.112] * ✏️ adjust titles * 📝 add more examples * 🚨 adjust warnings for index.md files * 📝 add more examples * 🔥 remove example for deprecated code * 📝 add missing enum entry * 📝 overwork table for binary formats * ✅ add test to create table for binary formats * 📝 fix wording in example * 📝 add more examples * Update iterators.md (#3481) * ✨ add check for overloads to linter #3455 * 👥 update contributor list * 📝 add more examples * 📝 fix documentation * 📝 add more examples * 🎨 fix indentation * 🔥 remove example for destructor * 📝 overwork documentation * Updated BJData documentation, #3464 (#3493) * update bjdata.md for #3464 * Minor edit * Fix URL typo * Add info on demoting ND array to a 1-D optimized array when singleton dimension Co-authored-by: Chaoqi Zhang <prncoprs@163.com> Co-authored-by: Qianqian Fang <fangqq@gmail.com>
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
start_object(elements=18446744073709551615)
|
|
key(val=Image)
|
|
start_object(elements=18446744073709551615)
|
|
key(val=Width)
|
|
number_unsigned(val=800)
|
|
key(val=Height)
|
|
number_unsigned(val=600)
|
|
key(val=Title)
|
|
string(val=View from 15th Floor)
|
|
key(val=Thumbnail)
|
|
start_object(elements=18446744073709551615)
|
|
key(val=Url)
|
|
string(val=http://www.example.com/image/481989943)
|
|
key(val=Height)
|
|
number_unsigned(val=125)
|
|
key(val=Width)
|
|
number_unsigned(val=100)
|
|
end_object()
|
|
key(val=Animated)
|
|
boolean(val=false)
|
|
key(val=IDs)
|
|
start_array(elements=18446744073709551615)
|
|
number_unsigned(val=116)
|
|
number_unsigned(val=943)
|
|
number_unsigned(val=234)
|
|
number_integer(val=-38793)
|
|
end_array()
|
|
key(val=DeletionDate)
|
|
null()
|
|
key(val=Distance)
|
|
number_float(val=12.723375, s=12.723374634)
|
|
end_object()
|
|
end_object()
|
|
parse_error(position=460, last_token=12.723374634<U+000A> }<U+000A> }],
|
|
ex=[json.exception.parse_error.101] parse error at line 17, column 6: syntax error while parsing value - unexpected ']'; expected end of input)
|
|
|
|
result: false
|