JSON Spel/yojson conversions.
type ('a, 'b) result
= ('a, 'b) Spel_j.result
=
|
Ok of 'a
Error of 'b
val json_spel_of_yojson : Json_t.safe ‑> (Json_spel_t.json_spel, string) result
val json_spel_to_yojson : Json_spel_t.json_spel ‑> Json_t.safe