Uses of Interface
org.ghotibeaun.json.parser.JSONParser
Package | Description |
---|---|
org.ghotibeaun.json | |
org.ghotibeaun.json.parser | |
org.ghotibeaun.json.parser.csv |
-
Uses of JSONParser in org.ghotibeaun.json
Methods in org.ghotibeaun.json that return JSONParser Modifier and Type Method Description abstract JSONParser
JSONFactory. newParser()
Instantiate the underlyingJSONParser
implementation for this factory -
Uses of JSONParser in org.ghotibeaun.json.parser
Methods in org.ghotibeaun.json.parser that return JSONParser Modifier and Type Method Description static JSONParser
ParserFactory. getParser()
-
Uses of JSONParser in org.ghotibeaun.json.parser.csv
Subinterfaces of JSONParser in org.ghotibeaun.json.parser.csv Modifier and Type Interface Description interface
JSONCSVParser