ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.43k stars 889 forks source link

crow::json::dump not a member? #397

Closed FryingDutch closed 2 years ago

FryingDutch commented 2 years ago

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.