pods
pods copied to clipboard
Fast and simple C++ serializer
Hi, I haven't used PODs before, so the first place I'm looking at documentation to get an idea of how difficult or eays it will be ot integrate it into...
Сейчас сериализуются std::array, std::map, std::vector, надо добавить поддержку оставшегося и C-array
This is need for field order independent parsing. More slower but more friendly for manual Json editing.
#### Description I am working on a [http server](https://github.com/yhirose/cpp-httplib) which is receiving JSON data, but this data must be deserialized into a struct, if I am sending the JSON object...