Module Json_wheel_jane_street_overlay.Json_type_ppxed

type json_type = Json_wheel_jane_street_overlay.Json_wheel_external.Json_type.json_type =
| Object of (string * json_type) list
| Array of json_type list
| String of string
| Int of int
| Float of float
| Bool of bool
| Null
val bin_shape_json_type : Bin_prot.Shape.t
val bin_size_json_type : json_type Bin_prot.Size.sizer
val bin_write_json_type : json_type Bin_prot.Write.writer
val bin_writer_json_type : json_type Bin_prot.Type_class.writer
val __bin_read_json_type__ : 'a ‑> pos_ref:Bin_prot.Common.pos Core.ref ‑> 'b ‑> 'c
val bin_read_json_type : json_type Bin_prot.Read.reader
val bin_reader_json_type : json_type Bin_prot.Type_class.reader
val bin_json_type : json_type Bin_prot.Type_class.t
module Typename_of_json_type : sig ... end
val typename_of_json_type : json_type Typerep_lib.Typename.t
val typerep_of_json_type : json_type Typerep_lib.Std.Typerep.t
val json_type_of_sexp : Sexplib.Sexp.t ‑> json_type
val sexp_of_json_type : json_type ‑> Sexplib.Sexp.t
val compare_json_type : json_type ‑> json_type ‑> Core_kernel__.Import.int
type t = json_type
val bin_shape_t : Bin_prot.Shape.t
val bin_size_t : json_type Bin_prot.Size.sizer
val bin_write_t : json_type Bin_prot.Write.writer
val bin_writer_t : json_type Bin_prot.Type_class.writer
val __bin_read_t__ : 'a ‑> pos_ref:Bin_prot.Common.pos Core.ref ‑> 'b ‑> 'c
val bin_read_t : json_type Bin_prot.Read.reader
val bin_reader_t : json_type Bin_prot.Type_class.reader
val bin_t : json_type Bin_prot.Type_class.t
module Typename_of_t : sig ... end
val typename_of_t : t Typerep_lib.Typename.t
val typerep_of_t : t Typerep_lib.Std.Typerep.t
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t
val compare : t ‑> t ‑> int
include module type of Json_wheel_external.Json_type with type Json_type.json_type := json_type and type Json_type.t := t
exception Json_error of string
module Browse : sig ... end
module Build : sig ... end
val string_of_loc : (Lexing.position * Lexing.position) ‑> string
val json_error : string ‑> 'a