mirror of
https://github.com/nlohmann/json.git
synced 2026-08-30 13:07:14 +00:00
deploy: 1ac268d409
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -39,7 +39,7 @@ Strong guarantee: if an exception is thrown, there are no changes in the JSON va
|
||||
|
||||
## Complexity
|
||||
|
||||
Linear in the size of the JSON value `j`.
|
||||
Proportional to the size of the JSON value `j` multiplied by its maximum nesting depth, `O(n × d)`. BSON length prefixes are computed recursively before nested values are written.
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user