NDEVR
API Documentation
JSONToStringHelper< Time >

Template specialization of JSONToStringHelper for Time, supporting multiple JSON time formats. More...

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

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.

Detailed Description

Template specialization of JSONToStringHelper for Time, supporting multiple JSON time formats.


Definition at line 100 of file JSONParser.h.

Member Function Documentation

◆ Convert()

Time JSONToStringHelper< Time >::Convert ( const String & value)
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().


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