mirror of
https://github.com/nlohmann/json.git
synced 2026-09-01 14:07:14 +00:00
Reorganize directories (#3462)
* 🚚 move files * 🚚 rename doc folder to docs * 🚚 rename test folder to tests
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# <small>nlohmann::json_sax::</small>start_object
|
||||
|
||||
```cpp
|
||||
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.
|
||||
Reference in New Issue
Block a user