pods icon indicating copy to clipboard operation
pods copied to clipboard

Fast and simple C++ serializer

Results 7 pods issues
Sort by recently updated
recently updated
newest added

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

enhancement
good first issue

This is need for field order independent parsing. More slower but more friendly for manual Json editing.

Учитывать big/little-endian

enhancement

#### 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...