# Implementation of value-verification Goals: 1. Mitigate possibilities to slip arbitrary wrong values from JSON into C++. 2. 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
Implementation of value-verification
Goals: