• Niels Lohmann's avatar
    🔨 moved serialization functions to serializer class · 54ef5f7b
    Niels Lohmann authored
    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.
    54ef5f7b
json.hpp 442 KB