@NotThreadSafe
public static interface JsonReader.ValueMatcher
The component that matches a string value for certain patterns. If the value matches a known pattern, it return the
appropriate value object; otherwise, the supplied string value is returned.
Parse the value given by the supplied string into an appropriate value object. This method looks for specific patterns
of Date strings; if no known pattern is found, it just returns the supplied value.