final case class RichJsonOps(json: Json) extends AnyVal with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichJsonOps
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichJsonOps(json: Json)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def anonymize(implicit jsonForType: (JType) => Json = JType.defaultJsonForType): Json
- returns
a new json document with the values replaced
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def filter(paths: Iterable[JPath]): Json
- def filter(path: JPath, theRest: JPath*): Json
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val json: Json
- def paths: Vector[JPath]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def schema: TypeNode
- returns
the TypeNode, whose '.toString' can be handy to print schemas
- def typesByPath: TypesByPath
- returns
a collection of json types by their 'jpaths'