Module Yojson.Lexer_state


module Lexer_state: sig .. end

type t = Yojson.lexer_state = {
   buf : Bi_outbuf.t;
   mutable lnum : int;
   mutable bol : int;
   mutable fname : string option;
}