![]() |
Home | Libraries | People | FAQ | More |
Return a string representing a serialized element.
Defined in header <boost/json/serialize.hpp>
std::string serialize( value const& t);
This function serializes t
as JSON and returns it as a std::string
.
Constant or linear in the size of t
.
Strong guarantee. Calls to allocate may throw.
The serialized string
Name |
Description |
---|---|
|
The value to serialize |
Convenience header <boost/json.hpp>