mirror of
https://github.com/nlohmann/json.git
synced 2024-11-24 06:29:03 +08:00
457572184c
In this commit, also the semantics for values skipped via the parser callback has changed. Now, the top-level value is returned as “null” instead of “discarded”.
3 lines
61 B
Plaintext
3 lines
61 B
Plaintext
value = {"array":["Snap","Crackle","Pop"]}
|
|
array = [1,2,3,4]
|