Std.Json.Json
1 declaration
type
JsonThis declaration introduces a public type.
What it does
A JSON value.
Numbers are whole here: the language's floating types exist, but a decoder
that silently turned 1 into a float would lose the distinction a caller
cares about. A fractional literal decodes as Fractional, keeping its text
so nothing is rounded on the way through.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
