Module Wcs_lib.Json_spel_j

JSON Spel/yojson conversions.

type ('a, 'b) result = ('a'bSpel_j.result =
| Ok of 'a
| Error of 'b
val json_spel_of_yojson : Json_t.safe ‑> (Json_spel_t.json_spel, string) result
JSON serialization/deserialization for JSON with embedded Spel expressions as AST
val json_spel_to_yojson : Json_spel_t.json_spel ‑> Json_t.safe