-
Notifications
You must be signed in to change notification settings - Fork 0
Value verification #1
Copy link
Copy link
Open
Description
Implementation of value-verification
Goals:
- Mitigate possibilities to slip arbitrary wrong values from JSON into C++.
- Enable library-users to define validation for values run on the JSON-C++ border
- Extract code from working example for value-verification
- Build lib and implement interface
- Document verification
- Write unit-test
Reactions are currently unavailable