Class GoogleJSONParser


  • public class GoogleJSONParser
    extends Object
    Parsing google json is a little non-standard. They assume a js binding, so array syntax, strings, and date are used. This parser supports most of the customizations except for unquoted dictionary keys. Assumes all numbers are properly represented by Double.
    • Constructor Detail

      • GoogleJSONParser

        public GoogleJSONParser()