ledergec / rapidschema

Abstraction Layer on Top of Rapidjson which allows easy and efficient Json Schema Parsing
Other
3 stars 0 forks source link

Replace path calculation with json pointer #22

Open ledergec opened 5 years ago

ledergec commented 5 years ago

Json property names may be empty. This will cause problems with the current path calculation logic. This should be fixed.

ledergec commented 5 years ago

Try and test this with the CrossValidation code.

ledergec commented 5 years ago

In fact the path calculation should be replaced such that it generates a json pointer instead of a string. This would be much more useful.