Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On direct JSON to C++ conversion #9

Open
ColinH opened this issue Mar 28, 2019 · 1 comment
Open

On direct JSON to C++ conversion #9

ColinH opened this issue Mar 28, 2019 · 1 comment

Comments

@ColinH
Copy link

ColinH commented Mar 28, 2019

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.

@ctummon
Copy link
Owner

ctummon commented Mar 28, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants