Package | Description |
---|---|
com.rayrobdod.javaScriptObjectNotation.parser.decoders |
These are classes that either implement
JSONDecoder or have a static decode method. |
Class and Description |
---|
ToJavaObjectJSONDecoder
This takes a String that is properly JSONEncoded and turns it into a Java Object
|
ToScalaCollectionJSONDecoder$
This takes a String that is properly JSONEncoded and turns it into a Scala Collections object
|
ToScalaEitherJSONDecoder$
This takes a String that is properly JSONEncoded and turns it into a Scala Collections object
|