Module Jsonm.Manual
Manual input sources and output destinations.
Warning. Use only with `Manual decoders and encoders.
val src : decoder -> Stdlib.Bytes.t -> int -> int -> unitsrc d s j lprovidesdwithlbytes to read, starting atjins. This byte range is read by calls to Decode until`Awaitis returned. To signal the end of input call the function withl = 0.
val dst : encoder -> Stdlib.Bytes.t -> int -> int -> unitdst e s j lprovidesewithlbytes to write, starting atjins. This byte range is written by calls to Encode witheuntil`Partialis returned. Usedst_remto know the remaining number of non-written free bytes ins.