A RFC 8259 JSON parser.
Equations
- Parser.Json.instReprNumber.repr x✝ prec✝ = Std.Format.bracket "{ " (Std.Format.nil ++ Std.Format.text "raw" ++ Std.Format.text " := " ++ (Std.Format.nest 7 (repr x✝.raw)).group) " }"
Instances For
@[instance_reducible]
Equations
- Parser.Json.instReprNumber = { reprPrec := Parser.Json.instReprNumber.repr }
Equations
- Parser.Json.instBEqNumber.beq { raw := a } { raw := b } = (a == b)
- Parser.Json.instBEqNumber.beq x✝¹ x✝ = false
Instances For
@[instance_reducible]
Equations
@[instance_reducible]
Equations
- Parser.Json.instReprValue = { reprPrec := Parser.Json.instReprValue.repr }
@[instance_reducible]
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Parse a JSON document.
Equations
- One or more equations did not get rendered due to their size.