Package | Description |
---|---|
com.rayrobdod.javaScriptObjectNotation.parser.decoders |
These are classes that either implement
JSONDecoder or have a static decode method. |
com.rayrobdod.javaScriptObjectNotation.scalaCollection |
Modifier and Type | Method and Description |
---|---|
JSONEither |
ToScalaEitherJSONDecoder$.decode(String c1)
This returns a valid decoding of a CharSequence into a Scala Object
|
static JSONEither |
ToScalaEitherJSONDecoder.decode(String c1)
This returns a valid decoding of a CharSequence into a Scala Object
|
Modifier and Type | Method and Description |
---|---|
JSONEither |
JSONEither$.apply(boolean x) |
static JSONEither |
JSONEither.apply(boolean x) |
JSONEither |
JSONEither$.apply(scala.collection.immutable.Map<String,JSONEither> x) |
static JSONEither |
JSONEither.apply(scala.collection.immutable.Map<String,JSONEither> x) |
JSONEither |
JSONEither$.apply(Number x) |
static JSONEither |
JSONEither.apply(Number x) |
JSONEither |
JSONEither$.apply(scala.collection.immutable.Seq<JSONEither> x) |
static JSONEither |
JSONEither.apply(scala.collection.immutable.Seq<JSONEither> x) |
JSONEither |
JSONEither$.apply(String x) |
static JSONEither |
JSONEither.apply(String x) |
JSONEither |
JSONEither$.getNull() |
static JSONEither |
JSONEither.getNull() |
Modifier and Type | Method and Description |
---|---|
abstract scala.collection.immutable.Map<String,JSONEither> |
JSONEither.toMap() |
abstract scala.collection.immutable.Seq<JSONEither> |
JSONEither.toSeq() |
Modifier and Type | Method and Description |
---|---|
JSONEither |
JSONEither$.apply(scala.collection.immutable.Map<String,JSONEither> x) |
static JSONEither |
JSONEither.apply(scala.collection.immutable.Map<String,JSONEither> x) |
JSONEither |
JSONEither$.apply(scala.collection.immutable.Seq<JSONEither> x) |
static JSONEither |
JSONEither.apply(scala.collection.immutable.Seq<JSONEither> x) |