mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
Complete documentation for 3.11.0 (#3464)
* 👥 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>
This commit is contained in:
@ -1,2 +1,37 @@
|
||||
(start: object) (key: Image) (start: object) (key: Width) (value: 800) (key: Height) (value: 600) (key: Title) (value: View from 15th Floor) (key: Thumbnail) (start: object) (key: Url) (value: http://www.example.com/image/481989943) (key: Height) (value: 125) (key: Width) (value: 100) (end: object) (key: Animated) (value: false) (key: IDs) (start: array) (value: 116) (value: 943) (value: 234) (value: 38793) (end: array) (key: Distance) (value: 12.723374634) (end: object) (end: object)
|
||||
result: true
|
||||
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
|
||||
|
Reference in New Issue
Block a user