Jsont_base.Path
See Jsont.Path
Jsont.Path
type index =
| Mem of string node
| Nth of int node
val pp_index : index fmt
val pp_index_trace : index fmt
type t
val root : t
val is_root : t -> bool
val nth : ?meta:Meta.t -> int -> t -> t
val mem : ?meta:Meta.t -> string -> t -> t
val rev_indices : t -> index list
val of_string : string -> (t, string) Stdlib.result
val pp : t fmt
val pp_trace : t fmt