![]() |
NDEVR
API Documentation
|
Helper template for converting a JSON string value to a specific type. More...
Static Public Member Functions | |
| static t_type | Convert (const String &value) |
| Converts a JSON string representation to the target type. | |
Helper template for converting a JSON string value to a specific type.
Definition at line 49 of file JSONParser.h.
|
inlinestatic |
Converts a JSON string representation to the target type.
| [in] | value | The JSON string to convert. |
Definition at line 57 of file JSONParser.h.
References String::getAs().
Referenced by JSONNode::getAs().