Package sk.antons.json.parse
Class JsonScanner
java.lang.Object
sk.antons.json.parse.JsonScanner
Json parer, which traverse json tree and produces events defined in
JsonContentHandler.
- Author:
- antons
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbdValue()booleancurrent()static JsonScannerstatic JsonScannerstatic JsonScannerinstance(JsonSource source) longintValue()next()readNext()skipNext()
-
Constructor Details
-
JsonScanner
-
-
Method Details
-
instance
-
instance
-
instance
-
current
-
next
-
skipNext
-
readNext
-
stringValue
-
intValue
public long intValue() -
bdValue
-
booleanValue
public boolean booleanValue()
-