Multi-format serialization library (JSON, XML, YAML, CSV, MsgPack)
Stars
30
Forks
8
Watchers
30
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
799
commits
38
commits
14
commits
2
commits
1
commits
Change error code `Overflow` -> `MismatchedTypes` when failed deserializing a boolean value from numbers greater than 1
3b83fbeView on GitHub[Core] Add `PropertyValue` wrapper that automatically adapts serialization behavior based on archive type
87b17c5View on GitHub[Core] Add new validator `MultipleOf` (validates that a numeric value is a multiple of a specified divisor)
92513faView on GitHub[Core] Add new validators: GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual
3e710ddView on GitHub[Benchmark] Add NlohmannJson library as competitor for MsgPack format tests
5230fecView on GitHubAdd prefix `BITSERIALIZER_` to the enum registration macros - `REGISTER_ENUM` and `BITSERIALIZER_DECLARE_ENUM_STREAM_OPS`
b797bb5View on GitHubMove content of header file "serialization_detail/attr_key_value.h" to "key_value.h"
88ca102View on GitHub