Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
BSON_JSON_DATA_READER_INGEST(3)	    libbson    BSON_JSON_DATA_READER_INGEST(3)

SYNOPSIS
	  void
	  bson_json_data_reader_ingest (bson_json_reader_t *reader,
					const uint8_t *data,
					size_t len);

PARAMETERS
        reader: A bson_json_reader_t.

        data: A uint8_t containing data to feed.

        len: A	size_t containing the length of	data.

DESCRIPTION
       Feed data to a memory based json	reader.

AUTHOR
       MongoDB,	Inc

COPYRIGHT
       2009-present, MongoDB, Inc.

1.30.2				 Apr 12, 2025  BSON_JSON_DATA_READER_INGEST(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bson_json_data_reader_ingest&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help