mirror of
https://github.com/nlohmann/json.git
synced 2025-05-11 21:53:56 +00:00
* 🔥 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
395 B
395 B
nlohmann::json_sax::start_array
virtual bool start_array(std::size_t elements) = 0;
The beginning of an array 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.