Module Jsonc_jsonm

module Jsonc_jsonm: sig .. end
Jsont's Jsonm backend.

This backend uses Jsonm as a codec.



JSON Values


type loc = (int * int) * (int * int) 
The type for value location ranges. See Jsont.loc.
type 'a def = loc * 'a 
The type for values tagged with a location.
type nat_string = string 
The type for native strings.
type soup = Jsonm.lexeme def list 
The type for arbitrary undescribed JSON values.

JSON codec


type error = Jsonm.error 
The type for decode errors.
type decoder = Jsonm.decoder 
The type for decoders.
type encoder = Jsonm.encoder 
The type for encoders.