package yojson

  1. Overview
  2. Docs
type t = lexer_state = {
  1. buf : Bi_outbuf.t;
  2. mutable lnum : int;
  3. mutable bol : int;
  4. mutable fname : string option;
}