JSON. See also Json.Morph
Value.AtomOrComposed Atom Composed
A valid JSON value. case
able. Elm doesn't crash on ==
.
Can't contain any spooky impure stuff
json atom. null/bool/number or string
json structure. record/object/dict or array
RecordWithoutConstructorFunction { tag : String
, value : Json
}
tag-value pair used to represent a field
fromValue : Value String -> Json
Convert from a generic representation of an elm value
toValue : Json -> Value String
Convert to a generic representation of an elm value