This commit is contained in:
nlohmann
2026-08-28 12:28:43 +00:00
parent a5273090d7
commit 66541d2c43
256 changed files with 259 additions and 257 deletions
+1 -1
View File
@@ -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