NDEVR
API Documentation
JSONToStringHelper< String >

Template specialization of JSONToStringHelper for String, returning a StringView directly. More...

Inheritance diagram for JSONToStringHelper< String >:
[legend]
Collaboration diagram for JSONToStringHelper< String >:
[legend]

Static Public Member Functions

static StringView Convert (const String &value)
 Converts a JSON string value to a StringView without transformation.

Detailed Description

Template specialization of JSONToStringHelper for String, returning a StringView directly.


Definition at line 83 of file JSONParser.h.

Member Function Documentation

◆ Convert()

StringView JSONToStringHelper< String >::Convert ( const String & value)
inlinestatic

Converts a JSON string value to a StringView without transformation.

Parameters
[in]valueThe JSON string value.
Returns
A StringView referencing the input string.

Definition at line 91 of file JSONParser.h.


The documentation for this class was generated from the following file: