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

Add support for read-only fields #12

Closed omartijn closed 3 years ago

omartijn commented 3 years ago

This implements the feature request in https://github.com/Stiffstream/json_dto/issues/11

It works for me, but feel free to change it around, or let me know if there's specific things you'd like me to change in it. I tried to follow the existing code style as much as possible.

omartijn commented 3 years ago

An alternative was implemented, closing this PR.