Chlumsky/json-cpp-gen

Support pair / tuple

Chlumsky opened this issue · 0 comments

Add support for pair and tuple types like std::pair, represented as a JSON array. The main challenge for std::tuple would be the need to support variadic templates in header parser and custom type definition.