json/doc/mkdocs/docs/api/json_sax/string.md
Niels Lohmann e97c93f451
🔧 add namespaces
2021-11-07 13:13:37 +01:00

318 B

nlohmann::json_sax::string

virtual bool string(string_t& val) = 0;

A string value was read.

Parameters

val (in)
string value

Return value

Whether parsing should proceed.

Notes

It is safe to move the passed string value.

Version history

  • Added in version 3.2.0.