Stiffstream / json_dto

A small header-only library for converting data between json representation and c++ structs
BSD 3-Clause "New" or "Revised" License
149 stars 18 forks source link

There should be to_stream that accepts pretty_writter_params_t #16

Closed eao197 closed 3 years ago

eao197 commented 3 years ago

There is to_json that accepts pretty_writter_params_t, but there is no similar version of to_stream. It seems that such an overload of to_stream could be useful.

eao197 commented 3 years ago

Fixed in v.0.2.14.