-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
crow::json::dump does not exist? #271
Comments
Isn't the dump function a member of Lines 1811 to 1818 in 4ac5892
|
You are correct! Doing x.dump() works. |
Interesting, are these external or are they official Crow documentation? If they're from Crow, could you please link the faulty examples so we can get them fixed? |
@luca-schlecker |
Hi,
Have been using your lib for a while now, never had any issues.
However, when I want to get the string from a crow::json::wvalue, I receive this error.
#13 19.77 error: 'dump' is not a member of 'crow::json'
#13 19.77 34 | std::string jsonBody = crow::json::dump(x);
All other functions seem to work.
The text was updated successfully, but these errors were encountered: