Cerializer
Cerializer copied to clipboard
On direct JSON to C++ conversion
The ideal scenario would to have Cerializer parse directly from a string -> C++ struct, but thats a different story altogether.
In case you aren't familiar with them, you might be interested in taoJSON, which can convert directly between JSON and C++ types (in addition to providing a tao::json::value
that is similar to nlohmann::json
), and spotify-json, which is dedicated exclusively to converting directly between JSON and C++ types.
@ColinH Ah yes, sorry I got your message alright, I didn't put 2 + 2 together at the time though. Would be interesting to see how it performs compared to RapidJson if I can cut out the middle man.
Bit busy with some other stuff at the moment but I think integrating either taoJSON or spotify-json would be the next best step.