mirror of
https://github.com/nlohmann/json.git
synced 2026-02-10 12:02:28 +00:00
o We assume the same character int_type as the unerlying std::istream o There are no assumptions on the value of eof(), other than that it will not be a valid unsigned char value. o To retain performance, we do not allow swapping out the underlying std::streambuf during our use of the std::istream for parsing.