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
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from RichJsonOps toany2stringadd[RichJsonOps] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (RichJsonOps, B)
- Implicit
- This member is added by an implicit conversion from RichJsonOps toArrowAssoc[RichJsonOps] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- 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 ensuring(cond: (RichJsonOps) => Boolean, msg: => Any): RichJsonOps
- Implicit
- This member is added by an implicit conversion from RichJsonOps toEnsuring[RichJsonOps] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (RichJsonOps) => Boolean): RichJsonOps
- Implicit
- This member is added by an implicit conversion from RichJsonOps toEnsuring[RichJsonOps] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): RichJsonOps
- Implicit
- This member is added by an implicit conversion from RichJsonOps toEnsuring[RichJsonOps] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): RichJsonOps
- Implicit
- This member is added by an implicit conversion from RichJsonOps toEnsuring[RichJsonOps] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def filter(paths: Iterable[JPath]): Json
- def filter(path: JPath, theRest: JPath*): Json
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from RichJsonOps toStringFormat[RichJsonOps] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- 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'
Deprecated Value Members
- def →[B](y: B): (RichJsonOps, B)
- Implicit
- This member is added by an implicit conversion from RichJsonOps toArrowAssoc[RichJsonOps] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.