Sourceval read_json :
lexer_state->Lexing.lexbuf->[> `Assoc of (string * 'a) list| `Bool of bool| `Float of float| `Floatlit of string| `Int of int64| `Intlit of string| `List of 'a list| `Null of unit| `String of string| `Stringlit of string| `Uint of int64 ]as 'a
Sourceval __ocaml_lex_read_json_rec :
lexer_state->Lexing.lexbuf->int ->[> `Assoc of (string * 'a) list| `Bool of bool| `Float of float| `Floatlit of string| `Int of int64| `Intlit of string| `List of 'a list| `Null of unit| `String of string| `Stringlit of string| `Uint of int64 ]as 'a
Sourceval save_locations :
lexer_state->([< `Assoc of ('b * 'a) list| `Bool of 'c| `Float of 'd| `Floatlit of 'e| `Int of 'f| `Intlit of 'g| `List of 'a list| `Null of unit| `String of 'h| `Stringlit of 'i| `Uint of 'j ]as 'a)->
unit
Sourceval read_next :
(lexer_state * Lexing.lexbuf)->([> `Assoc of (string * 'a) list| `Bool of bool| `Float of float| `Floatlit of string| `Int of int64| `Intlit of string| `List of 'a list| `Null of unit| `String of string| `Stringlit of string| `Uint of int64 ]as 'a)
option
Sourceval read_all :
(lexer_state * Lexing.lexbuf)->([> `Assoc of (string * 'a) list| `Bool of bool| `Float of float| `Floatlit of string| `Int of int64| `Intlit of string| `List of 'a list| `Null of unit| `String of string| `Stringlit of string| `Uint of int64 ]as 'a)
list