json/doc/mkdocs/docs/api/json_sax/start_object.md
Niels Lohmann 29cd970b94
Consolidate documentation (#3071)
* 🔥 consolidate documentation
* ♻️ overwork std specializations
* 🚚 move images files to mkdocs
* ♻️ fix URLs
* 🔧 tweak MkDocs configuration
* 🔧 add namespaces
* 📝 document deprecations
* 📝 document documentation generation
* 🚸 improve search
* 🚸 add examples
* 🚧 start adding documentation for macros
* 📝 add note for https://github.com/nlohmann/json/issues/874#issuecomment-1001699139
* 📝 overwork example handling
* 📝 fix Markdown tables
2021-12-29 13:41:01 +01:00

398 B

nlohmann::json_sax::start_object

virtual bool start_object(std::size_t elements) = 0;

The beginning of an object was read.

Parameters

elements (in)
number of object elements or #!cpp -1 if unknown

Return value

Whether parsing should proceed.

Notes

Binary formats may report the number of elements.

Version history

  • Added in version 3.2.0.