dijon
package
dijon
Type Members
-
implicit
class
Json[A] extends Dynamic
-
type
JsonArray = Buffer[SomeJson]
-
type
JsonObject = Map[String, SomeJson]
-
implicit final
class
JsonStringContext extends AnyVal
-
type
JsonType[A] = <:<[¬[String] with ¬[Int] with ¬[Double] with ¬[Boolean] with ¬[Buffer[Json[_]]] with ¬[Map[String, Json[_]]] with ¬[None.type], ¬[A]]
-
type
JsonTypes = ∨[∨[∨[∨[∨[∨[∨[∅, String], Int], Double], Boolean], JsonArray], JsonObject], None.type]
-
type
SomeJson = Json[_]
Value Members
-
-
-
-
implicit
val
codec: JsonValueCodec[SomeJson]
-
def
compact(json: SomeJson): String
-
-
def
parse(s: String): SomeJson
-
def
pretty(json: SomeJson): String
-
Inherited from AnyRef
Inherited from Any