module Json_parser:sig..end
type | | | STRING of  | 
| | | INT of  | 
| | | FLOAT of  | 
| | | BOOL of  | 
| | | OBJSTART of  | 
| | | OBJEND of  | 
| | | ARSTART of  | 
| | | AREND of  | 
| | | NULL of  | 
| | | COMMA of  | 
| | | COLON of  | 
| | | EOF | 
val main : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Json_type.t