org.beangle.commons.json

Members list

Type members

Classlikes

class JsonArray extends Seq[Any]

Represents a JSON array.

Represents a JSON array.

Attributes

Supertypes
trait Seq[Any]
trait Equals
trait SeqOps[Any, Seq, Seq[Any]]
trait PartialFunction[Int, Any]
trait Int => Any
trait Iterable[Any]
trait IterableFactoryDefaults[Any, Seq]
trait IterableOps[Any, Seq, Seq[Any]]
trait IterableOnceOps[Any, Seq, Seq[Any]]
trait IterableOnce[Any]
class Object
trait Matchable
class Any
Show all
object JsonObject

JSON object utilities.

JSON object utilities.

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
JsonObject.type
class JsonObject extends Iterable[(String, Any)]

Represents a JSON object.

Represents a JSON object.

Attributes

Companion
object
Supertypes
trait Iterable[(String, Any)]
trait IterableFactoryDefaults[(String, Any), Iterable]
trait IterableOps[(String, Any), Iterable, Iterable[(String, Any)]]
trait IterableOnceOps[(String, Any), Iterable, Iterable[(String, Any)]]
trait IterableOnce[(String, Any)]
class Object
trait Matchable
class Any
Show all
object JsonParser

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
JsonParser.type
class JsonParser(reader: Reader)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object JsonQuery

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
JsonQuery.type
object Null

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Null.type