📝 improve documentation InputType and IteratorType (#3246)

This commit is contained in:
Niels Lohmann
2022-01-04 15:02:39 +01:00
committed by GitHub
parent 9e89c2fdb5
commit a8e86ba948
2 changed files with 6 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ static basic_json parse(IteratorType first, IteratorType last,
- a `FILE` pointer
- a C-style array of characters
- a pointer to a null-terminated string of single byte characters
- a `std::string`
- an object `obj` for which `begin(obj)` and `end(obj)` produces a valid pair of iterators.
`IteratorType`