package links

  1. Overview
  2. Docs
type token =
  1. | TRUE
  2. | STRING of string
  3. | RBRACKET
  4. | RBRACE
  5. | NULL
  6. | LBRACKET
  7. | LBRACE
  8. | INT of int
  9. | FLOAT of float
  10. | FALSE
  11. | COMMA
  12. | COLON
exception Error
val parse_json : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Value.t
module MenhirInterpreter : sig ... end
module Incremental : sig ... end
OCaml

Innovation. Community. Security.