Module Jsont_base.Meta

Node metadata.

See Jsont.Meta for documentation.

type t
val make : ?ws_before:string -> ?ws_after:string -> Textloc.t -> t
val none : t
val is_none : t -> bool
val textloc : t -> Textloc.t
val ws_before : t -> string
val ws_after : t -> string
val with_textloc : t -> Textloc.t -> t
val clear_ws : t -> t