![]() |
NDEVR
API Documentation
|
Template specialization of JSONToStringHelper for String, returning a StringView directly. More...
Static Public Member Functions | |
| static StringView | Convert (const String &value) |
| Converts a JSON string value to a StringView without transformation. | |
Template specialization of JSONToStringHelper for String, returning a StringView directly.
Definition at line 83 of file JSONParser.h.
|
inlinestatic |
Converts a JSON string value to a StringView without transformation.
| [in] | value | The JSON string value. |
Definition at line 91 of file JSONParser.h.