package serde_json

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val let* : ('a, 'b) Stdlib.result -> ('a -> ('c, 'b) Stdlib.result) -> ('c, 'b) Stdlib.result
module Json : sig ... end
module Fmt : sig ... end
module Serializer : sig ... end
module Deserializer : sig ... end
val to_string : ('a, Serializer.state, Serializer.output) Serde.Ser.t -> 'a -> (string, Serde.error) Stdlib.result
val of_string : ('a, Deserializer.state) Serde.De.t -> string -> ('a, Serde.error) Stdlib.result
OCaml

Innovation. Community. Security.