Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Repr.Json
SourceOverlay on top of Jsonm to work with rewindable streams.
The type for JSON decoder.
Same as Jsonm.decoder
.
Same as Jsonm.decode
.
rewind d l
rewinds l
on top of the current state of d
. This allows to put back lexemes already seen.
assoc v
is the typerepr of an association list (assoc) in which keys are strings and values are of typerepr v
. The JSON codec represents such an assoc as a JSON object.