Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File lib/ocaml/pkg-lib/json-wheel/json_parser.cmi_pretty GODI Package godi-json-wheel
Library json-wheel
 
   json_parser.cmi_pretty    Sources  
type token =
  Json_parser.token =
    STRING of string
  | INT of int
  | FLOAT of float
  | BOOL of bool
  | OBJSTART
  | OBJEND
  | ARSTART
  | AREND
  | NULL
  | COMMA
  | COLON
  | EOF
val main : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Json_type.t
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml