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