Package org.drip.service.jsonparser

RFC4627 Compliant JSON Message Parser
Author:
Lakshmi Krishnamurthy
  • Interface Summary
    Interface Description
    ContainerFactory
    ContainerFactory is an Adaptation of the ContainerFactory Interface from the RFC4627 compliant JSON Simple (https://code.google.com/p/json-simple/).
    ContentHandler
    ContentHandler is an Adaptation of the ContentHandler Interface from the RFC4627 compliant JSON Simple (https://code.google.com/p/json-simple/).
  • Class Summary
    Class Description
    Converter
    TypeConverter transforms the JSON Object to certain Primitive/Simple Data Type Arrays, i.e., double, integer, String, or JulianDate Arrays.
    LexicalProcessor
    LexicalProcessor is an Adaptation of the JSONParser Class from the RFC4627 compliant JSON Simple (https://code.google.com/p/json-simple/).
    Yylex
    Yylex is an Adaptation of the Yylex Class from the RFC4627 compliant JSON Simple (https://code.google.com/p/json-simple/).
    Yytoken
    Yytoken is an Adaptation of the Yytoken Class from the RFC4627 compliant JSON Simple (https://code.google.com/p/json-simple/).
  • Exception Summary
    Exception Description
    ParseException
    ParseException is an Adaptation of the ParseException Class from the RFC4627 compliant JSON Simple (https://code.google.com/p/json-simple/).