mirror of
https://github.com/nlohmann/json.git
synced 2026-02-09 23:52:15 +00:00
The class is currently just a wrapper for an std::ostream and collects all functions related to serialization. The next step should be recycling of variables to avoid repetitive initialization for each recursive dump call.