1
0
mirror of https://github.com/nlohmann/json synced 2024-12-02 00:20:06 +00:00
nlohmannjson/doc/examples/contains.output

4 lines
95 B
Plaintext
Raw Normal View History

2019-03-17 21:25:18 +00:00
j_object contains 'key': true
j_object contains 'another': false
j_array contains 'key': false