1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

🚚 move byte container outside detail namespace

This commit is contained in:
Niels Lohmann
2020-05-19 13:08:18 +02:00
parent 79347b484b
commit 952a87a4f4
5 changed files with 264 additions and 226 deletions

View File

@ -0,0 +1,2 @@
value = {"bytes":[4,5,6],"subtype":null}
binary = {"bytes":[1,2,3],"subtype":null}