You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
empty["buf"] results being an array.
Currently, you have to call json::binary() explicitly to insert a binary correctly no matter if you are inserting a BinaryType value into the json.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Let's say that I have my basic_json type with my custom binary class, the following test fails
empty["buf"]
results being an array.Currently, you have to call
json::binary()
explicitly to insert a binary correctly no matter if you are inserting a BinaryType value into the json.Beta Was this translation helpful? Give feedback.
All reactions