mirror of
https://github.com/nlohmann/json.git
synced 2025-07-06 06:42:33 +03:00
✨ add contains function for JSON pointers
This commit is contained in:
10
doc/examples/contains_json_pointer.output
Normal file
10
doc/examples/contains_json_pointer.output
Normal file
@ -0,0 +1,10 @@
|
||||
true
|
||||
true
|
||||
true
|
||||
true
|
||||
true
|
||||
false
|
||||
false
|
||||
false
|
||||
[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'
|
||||
[json.exception.parse_error.109] parse error: array index 'one' is not a number
|
Reference in New Issue
Block a user