![]() |
NDEVR
API Documentation
|
Template specialization of JSONToStringHelper for Time, supporting multiple JSON time formats. More...
Static Public Member Functions | |
| static Time | Convert (const String &value) |
| Template specialization for time, as the format for time in JSON is not entirely specified, so we make some guesses. | |
Template specialization of JSONToStringHelper for Time, supporting multiple JSON time formats.
Definition at line 100 of file JSONParser.h.
|
inlinestatic |
Template specialization for time, as the format for time in JSON is not entirely specified, so we make some guesses.
Author: Tyler Parke
Date: 2017-11-19
Definition at line 111 of file JSONParser.h.
References String::getAs(), StringView::getAs(), String::indexOf(), IsValid(), and String::substr().