Obj

object Obj
Companion:
class
Source:
Json.scala
class Object
trait Matchable
class Any
Obj.type

Value members

Concrete methods

def apply(value: ListMap[String, Json]): Obj
Source:
Json.scala
def process(map: Map[String, String], parsePath: Option[Char]): Obj

Processes the supplied map creating an Obj for it. If parsePath is set, the key will be extracted as as a path based on the parsePath separation character. If it is not set, the key will be set as-is.

Processes the supplied map creating an Obj for it. If parsePath is set, the key will be extracted as as a path based on the parsePath separation character. If it is not set, the key will be set as-is.

Value parameters:
map

the map to parse into an Obj

parsePath

the optional separation character to parse the keys into paths (defaults to Some('.'))

Returns:

Obj

Source:
Json.scala

Concrete fields

val empty: Obj
Source:
Json.scala