json-schema-validator
json-schema-validator copied to clipboard
Replace usage of dynamic_cast
dynamic_cast often requires RTTI to be enabled. If possible, it would be helpful to replace usage of dynamic_cast with some other mechanism so that this library can be used in environments that don't have RTTI.