logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

void

Author

       MongoDB, Inc

Description

       Feed data to a memory based json reader.

Parameters

reader: A bson_json_reader_t.

       • data: A uint8_t containing data to feed.

       • len: A size_t containing the length of data.

Synopsis

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

See Also