val decoder : ?encoding:[< Jsonm.encoding ] -> [< Jsonm.src ] -> decoderSame as Jsonm.decoder.
val decode : decoder -> [> `Await | `End | `Error of Jsonm.error | `Lexeme of Jsonm.lexeme ]Same as Jsonm:decode.
val rewind : decoder -> Jsonm.lexeme -> unitrewind d l rewinds l on top of the current state of d. This allows to put back lexemes already seen.