package melange-json

  1. Overview
  2. Docs
Compositional JSON encode/decode library and PPX for Melange, with native compatibility

Install

Dune Dependency

Authors

Maintainers

Sources

melange-json-1.2.0.tbz
sha256=080f34a2d6ce9c75ead1ba28264a102fe5326d09cb5347774d917bc52613b5f7
sha512=9308b09562eba762e3f61f82fcdaa49ca726868e3f411c2b944d35f1d9476584a7f3e0b60d7b1a5d2a53c66a39468a663ae410d93151c02d944dcea27eb12054

doc/melange-json.ppx-runtime-native/Ppx_deriving_json_runtime/Of_json/index.html

Module Ppx_deriving_json_runtime.Of_jsonSource

Sourceval string_of_json : Yojson__Basic.t -> string
Sourceval bool_of_json : Yojson__Basic.t -> bool
Sourceval int_of_json : Yojson__Basic.t -> int
Sourceval float_of_json : Yojson__Basic.t -> float
Sourceval unit_of_json : [> `Null ] -> unit
Sourceval option_of_json : (Yojson__Basic.t -> 'a) -> Yojson__Basic.t -> 'a option
Sourceval list_of_json : (Yojson__Basic.t -> 'a) -> Yojson__Basic.t -> 'a list
OCaml

Innovation. Community. Security.