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 JSONParserJSONFactory. newParser()Instantiate the underlyingJSONParserimplementation 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 JSONParserParserFactory. getParser() -
Uses of JSONParser in org.ghotibeaun.json.parser.csv
Subinterfaces of JSONParser in org.ghotibeaun.json.parser.csv Modifier and Type Interface Description interfaceJSONCSVParser