Up – Package index » query-json » Library query-json.core » CompilerSource val append_article : string -> stringSource val make_error_wrong_operation :
colorize :bool ->
string ->
string ->
Json.t ->
stringSource val make_empty_list_error : colorize :bool -> string -> stringSource val get_field_name :
[< `Assoc of 'a
| `Bool of 'b
| `Float of 'c
| `Int of 'd
| `Intlit of 'e
| `List of 'f
| `Null
| `String of 'g ] ->
stringSource val make_error : colorize :bool -> string -> Json.t -> stringSource val keys :
colorize :bool ->
Json.t ->
([> `List of [> `String of string ] list ] list , string) result Source val range : ?step :int -> int -> int option -> int list Source val emit_warning : verbose :bool -> string -> unitSource val to_string :
verbose :bool ->
deprecated :bool ->
Json.t ->
([> `String of string ] list , 'a ) result Source val starts_with :
colorize :bool ->
verbose :bool ->
is_deprecated :bool ->
'a ->
Json.t ->
('a -> Json.t -> ([> `String of string ] list , string) result ) ->
([> `Bool of bool ] list , string) result Source val ends_with :
colorize :bool ->
verbose :bool ->
is_deprecated :bool ->
'a ->
Json.t ->
('a -> Json.t -> ([> `String of string ] list , string) result ) ->
([> `Bool of bool ] list , string) result Source val to_entries :
colorize :bool ->
Json.t ->
([> `List of [> `Assoc of (string * Json.t ) list ] list ] list , string)
result Source val contains :
colorize :bool ->
'a ->
Json.t ->
('a ->
Json.t ->
([> `List of Json.t list | `String of string ] list , string) result ) ->
([> `Bool of bool ] list , string) result Source val explode :
colorize :bool ->
Json.t ->
([> `List of [> `Int of int ] list ] list , string) result Source val index_of :
colorize :bool ->
'a ->
Json.t ->
('a -> Json.t -> ([> `String of string ] list , string) result ) ->
([> `Int of int | `Null ] list , string) result Source val rindex_of :
colorize :bool ->
'a ->
Json.t ->
('a -> Json.t -> ([> `String of string ] list , string) result ) ->
([> `Int of int | `Null ] list , string) result Source val while_loop :
colorize :'a ->
verbose :'b ->
'c ->
'c ->
([> `Bool of bool ] as 'd) ->
('c -> 'd -> ('e list , 'f ) result ) ->
('d list , 'g ) result Source val until_loop :
colorize :'a ->
verbose :'b ->
'c ->
'c ->
([> `Bool of bool ] as 'd) ->
('c -> 'd -> ('e list , 'f ) result ) ->
('d list , 'g ) result Source val recurse_with_cond :
colorize :'a ->
verbose :'b ->
'c ->
'c ->
([> `Bool of bool ] as 'd) ->
('c -> 'd -> ('e list , 'f ) result ) ->
('d list , 'g ) result Source val walk_tree :
colorize :'a ->
verbose :'b ->
'c ->
([> `Assoc of ('e * 'd ) list | `List of 'd list ] as 'd) ->
('c -> 'd -> ('d list , 'f ) result ) ->
('d list , 'g ) result Source val make_error_missing_member :
colorize :bool ->
string ->
string ->
Json.t ->
stringSource val member :
colorize :bool ->
string ->
Json.t ->
(Yojson__Safe.t list , string) result Source val slice :
colorize :bool ->
int option ->
int option ->
Json.t ->
([> `List of Json.t list | `String of string ] list , string) result