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
Here I'm trying to build a system that relies on storing some of it's internal structures in JSON format. Some of fields may contain the binary data, and I mentioned that everything after '\0' is getting discarded - just as in old good "plain C" strings:
Could you please let me know if that's something that you'd like to be fixed?
Thank you very much for your time, and sorry for bothering you with a such sort of things!
Valentin
The text was updated successfully, but these errors were encountered:
cdunn2001
added a commit
to cdunn2001/jsoncpp
that referenced
this issue
Apr 11, 2015
We had already fixed Value to hold UTF-8 properly, but only the newer
StreamWriter was writing UTF-8 properly.
Old FasterWriter etc. were using asCString() instead of asString() in
Value::writeValue().
Hopefully this change does not break any existing code. Seems unlikely.
issue open-source-parsers#240
We had already fixed Value to hold UTF-8 properly, but only the newer
StreamWriter was writing UTF-8 properly.
Old FasterWriter etc. were using asCString() instead of asString() in
Value::writeValue().
Hopefully this change does not break any existing code. Seems unlikely.
issue open-source-parsers#240
Hi!
Here I'm trying to build a system that relies on storing some of it's internal structures in JSON format. Some of fields may contain the binary data, and I mentioned that everything after '\0' is getting discarded - just as in old good "plain C" strings:
Could you please let me know if that's something that you'd like to be fixed?
Thank you very much for your time, and sorry for bothering you with a such sort of things!
Valentin
The text was updated successfully, but these errors were encountered: