package wcs-lib

  1. Overview
  2. Docs

JSON Spel/yojson conversions.

type ('a, 'b) result = ('a, 'b) Spel_j.result =
  1. | Ok of 'a
  2. | 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