Chlumsky/json-cpp-gen

Common parser / serializer base class

Chlumsky opened this issue · 0 comments

Implement the Configuration::GeneratorDef::baseClass property. This should allow users to generate a common parser / serializer for the basic types, which take up a lot of space, or even implement their own version (without sscanf etc.), and subsequent parsers / serializers would inherit from it.