JsObj

object JsObj
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
JsObj.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(pair: (String, JsValue)*): JsObj
def pairs(pairs: (JsPath, JsValue)*): JsObj
def parse(json: String): JsObj
def parse(decimalConf: DecimalConf, bigIntDigitsLimit: Int, config: ReaderConfig)(json: String): JsObj
def parse(json: Array[Byte]): JsObj
def parse(decimalConf: DecimalConf, bigIntDigitsLimit: Int, config: ReaderConfig)(json: Array[Byte]): JsObj

Concrete fields

val lens: JsObjLenses.type
val prism: Prism[JsValue, JsObj]