JSONParseListener
and do something that seems like a useful, common ability.See: Description
Class | Description |
---|---|
GetArrayElement |
A JSONParseListener that extracts the nth item from an array
|
GetElementBounds |
This JSONParseListener obtains the bounds (the comma indexes) of an element
in a JSON item.
|
GetSize |
This will determine the size of a JSONArray or JSONObject
when used in a
JSONParser . |
JSONArrayValidator |
This is a JSONParseListener that when run through the JSONParser will be a strict
validator for a JSONArray.
|
JSONObjectValidator |
This is a JSONParseListener that when run through the JSONParser will be a strict
validator for a JSONObject.
|
Minifier |
A
JSONParseListener
that will write a minified version of the parsed JSONObject or JSONArray |
ToArrayList<E> |
This when run through the JSONParser will result in an
ArrayList . |
ToHashMap<E> |
This when run through the JSONParser will result in an
HashMap . |
ToScalaCollection<A> |
Parses a JSON entity into a Scala collection.
|
ToScalaCollection$ |
A factory for ToScalaCollections
|
JSONParseListener
and do something that seems like a useful, common ability.JSONParser
,
JSONParseListener
,
the code sample