Community

StructMapping – Mapping JSON to and from a C++ structure

(bk192077) I would like to define a C++ structure, pass the person instance to the mapping method along with JSON data, then use the filled structure. Or vice versa, get Person as JSON. StructMapping is trying to solve these problems.