|  | Home | Libraries | People | FAQ | More | 
Reset the serializer for a new string.
void reset( string_view sv);
This function prepares the serializer to emit a new serialized JSON representing the string. Any internally allocated memory is preserved and re-used for the new output.
| Name | Description | 
|---|---|
| 
                       | 
                      The characters representing the string. Ownership is not transferred;
                      The caller is responsible for ensuring that the lifetime of
                      the characters reference by  |