• N
    🔨 simplified interface for parser, lexer, and binary_reader · 186a9fd4
    Niels Lohmann 提交于
    These classes are now constructed with an interface adapter. This moves
    complexity from various places into the interface adapter class, or to
    some factories which now implement the different flavors of input.
    
    Furthermore, input adapters are kept in std::shared_ptr to avoid the
    need of manual deletion.
    186a9fd4
json.hpp 476.0 KB