pboettch / json-schema-validator

JSON schema validator for JSON for Modern C++
Other
466 stars 134 forks source link

Implementation constraint of the lenght of the string being validated? #251

Closed jwalkerbg closed 1 year ago

jwalkerbg commented 1 year ago

Hello,

Is there some implementation constraint of the length of the strings being validated? I do not mean "maxLength" property. I mean a field of type string that is storage of a whole file. The file may be quite big - even over 100k. So how long string can be object of a validation in the library?

Regards.

pboettch commented 1 year ago

Everything nlohmann::json allows. It concerns the underlying layer of this library, so nlohmann::json.