I am using cpprestsdk to write a server application in C++ that uses REST services. In my application, I have to serialize a class that contains std::list and std::map objects to JSON.
Is there any example on serialize STL classes using cpprestsdk(https://github.com/Microsoft/cpprestsdk/)