Package | Description |
---|---|
com.rayrobdod.javaScriptObjectNotation.parser.listeners |
These are classes that implement
JSONParseListener
and do something that seems like a useful, common ability. |
Class and Description |
---|
ToArrayList
This when run through the JSONParser will result in an
ArrayList . |
ToHashMap
This when run through the JSONParser will result in an
HashMap . |
ToScalaCollection
Parses a JSON entity into a Scala collection.
|
ToScalaCollection$
A factory for ToScalaCollections
|