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
"Need Boost on non-Windows platform. DOM strings must be UTF16 on Windows and UTF8 on non-Windows platform. Fail to roundtrip twitter.json."
The failure to roundtrip sounds like a bug you might want to check out. I haven't looked into it. (Would also be nice if UTF8 was supported on windows).
As far as the benchmark is concerned the CppRest Json library looks about average. (Would be nice if it was in the top 10)
Just thought I'd let you guys know.
The text was updated successfully, but these errors were encountered:
I happened to come across this benchmark on a large number of json libraries:
https://github.com/miloyip/nativejson-benchmark
The comments for the CppRest Json library was
"Need Boost on non-Windows platform. DOM strings must be UTF16 on Windows and UTF8 on non-Windows platform. Fail to roundtrip twitter.json."
The failure to roundtrip sounds like a bug you might want to check out. I haven't looked into it. (Would also be nice if UTF8 was supported on windows).
As far as the benchmark is concerned the CppRest Json library looks about average. (Would be nice if it was in the top 10)
Just thought I'd let you guys know.
The text was updated successfully, but these errors were encountered: