mirror of
https://github.com/nlohmann/json.git
synced 2026-09-17 21:57:57 +00:00
Allow custom base class as node customization point (#3110)
Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com> Co-authored-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com> Co-authored-by: barcode <barcode@example.com>
This commit is contained in:
co-authored by
Niels Lohmann
Florian Albrechtskirchinger
barcode
parent
f7973f46d6
commit
bed648ca55
@@ -0,0 +1,4 @@
|
||||
/ - metadata = 42 -> {"null":null,"object":{"uint":1}}
|
||||
/null - metadata = 42 -> null
|
||||
/object - metadata = 21 -> {"uint":1}
|
||||
/object/uint - metadata = 42 -> 1
|
||||
Reference in New Issue
Block a user