The problem is that JSONCPP has a bug. It does not read JSON file properly. We store 3D models in JSON and today we got a model that crash our app.
In short if we load that JSON (120KB) and save it new file we get 80KB. All vertexes are missing but normals, tangents, etc is still in file.
Please, recommend C++ JSON parser that is similar to JSONCPP as much as possible.
Upgrading JSONCPP does not help.