Module Jsonm.Manual
Manual input sources and output destinations.
Warning. Use only with `Manual decoders and encoders.
val src : Jsonm.decoder -> Stdlib.Bytes.t -> int -> int -> unitsrc d s j l provides d with l bytes to read, starting at j in s. This byte range is read by calls to decode until `Await is returned. To signal the end of input call the function with l = 0.
val dst : Jsonm.encoder -> Stdlib.Bytes.t -> int -> int -> unitval dst_rem : Jsonm.encoder -> intdst_rem e is the remaining number of non-written, free bytes in the last buffer provided with dst.