| D | |
| decode [Jsonm.Uncut] | |
| decode [Jsonm] | decode dis:`Awaitifdhas a`Manualsource and awaits for more input. 
       The client must useJsonm.Manual.srcto provide it.,`Lexeme lif a lexemelwas decoded.,`Endif the end of input was reached.,`Error eif a decoding error occured. If the client is interested
       in a best-effort decoding it can still continue to decode 
       after an error (see Error recovery) although the resulting sequence 
       of`Lexemes is undefined and may not be well-formed. | 
| decoded_range [Jsonm] | decoded_range dis the range of characters spanning the last`Lexemeor`Error(or`Whiteor`Commentfor anJsonm.Uncut.decode) decoded byd. | 
| decoder [Jsonm] | decoder encoding srcis a JSON decoder that inputs fromsrc. | 
| decoder_encoding [Jsonm] | decoder_encoding disd's encoding. | 
| decoder_src [Jsonm] | decoder_src disd's input source. | 
| dst [Jsonm.Manual] | dst e s j lprovidesewithlbytes to write, starting
      atjins. | 
| dst_rem [Jsonm.Manual] | dst_rem eis the remaining number of non-written, free bytes
      in the last buffer provided withJsonm.Manual.dst. | 
| E | |
| encode [Jsonm.Uncut] | |
| encode [Jsonm] | encode e vis:`Partialiffehas a`Manualdestination and needs more
       output storage. The client must useJsonm.Manual.dstto provide
       a new buffer and then callJsonm.encodewith`Awaituntil`Okis returned.,`Okwhen the encoder is ready to encode a new`Lexemeor`End.
    For`Manualdestinations, encoding`Endalways returns`Partial,
    the client should as usual useJsonm.Manual.dstand continue with`Awaituntil`Okis returned at which pointJsonm.Manual.dst_remeis guaranteed
    to be the size of the last provided buffer (i.e. | 
| encoder [Jsonm] | encoder minify dstis an encoder that outputs todst. | 
| encoder_dst [Jsonm] | encoder_dst eise's output destination. | 
| encoder_minify [Jsonm] | encoder_minify eistrueife's output is minified. | 
| P | |
| pp_decode [Jsonm.Uncut] | pp_decode ppf vprints an unspecified representation ofvonppf. | 
| pp_error [Jsonm] | pp_error eprints an unspecified UTF-8 representation ofeonppf. | 
| pp_lexeme [Jsonm] | pp_lexeme ppf lprints a unspecified non-JSON representation oflonppf. | 
| S | |
| src [Jsonm.Manual] | src d s j lprovidesdwithlbytes to read, starting 
      atjins. |