We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Without more information, we cannot help you. This may be interesting though: https://github.com/nlohmann/json#arbitrary-types-conversions
Sorry, something went wrong.
thanks ...but i want to do something like... //example class A { string a; } class B { A z; string n; }
class Main { B b; }
//data will come in object at run time // so i want to covert data into direct json string...in c++
This can be achieved with the conversions described in the link above. You need to define a conversion function to_json for each class.
to_json
Ok i'll try it ..thank you..sir
@Mamlesh Did it work? Do you need further assistance?
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: