+62
stack/zulip/lib/zulip/lib/zulip_types.ml
+62
stack/zulip/lib/zulip/lib/zulip_types.ml
···+type json = [`Null | `Bool of bool | `Float of float | `String of string | `A of json list | `O of (string * json) list]
+30
stack/zulip/lib/zulip/lib/zulip_types.mli
+30
stack/zulip/lib/zulip/lib/zulip_types.mli
···+type json = [`Null | `Bool of bool | `Float of float | `String of string | `A of json list | `O of (string * json) list]+val create_error : code:error_code -> msg:string -> ?extra:(string * json) list -> unit -> zerror