package jsonm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val decode : decoder -> [ `Await | `Comment of [ `M | `S ] * string | `End | `Error of error | `Lexeme of lexeme | `White of string ]
val pp_decode : Format.formatter -> [< `Await | `Comment of [ `M | `S ] * string | `End | `Error of error | `Lexeme of lexeme | `White of string ] -> unit
val encode : encoder -> [< `Await | `Comment of [ `M | `S ] * string | `End | `Lexeme of lexeme | `White of string ] -> [ `Ok | `Partial ]