Cerializer icon indicating copy to clipboard operation
Cerializer copied to clipboard

On direct JSON to C++ conversion

Open ColinH opened this issue 5 years ago • 1 comments

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 avatar Mar 28 '19 09:03 ColinH

@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.

ctummon avatar Mar 28 '19 10:03 ctummon