mirror of
https://github.com/nlohmann/json.git
synced 2026-05-27 16:45:24 +00:00
📝 add documentation for numbers
This commit is contained in:
@@ -10,7 +10,7 @@ As for other containers, `begin()` returns an iterator to the first value and `e
|
||||
|
||||
### Iteration order for objects
|
||||
|
||||
When iterating over objects, values are ordered with respect to the `object_comparator_t` type which defaults to `std::less`. See the [types documentation](types.md#key-order) for more information.
|
||||
When iterating over objects, values are ordered with respect to the `object_comparator_t` type which defaults to `std::less`. See the [types documentation](types/index.md#key-order) for more information.
|
||||
|
||||
??? example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user