Skip to content

Lenient mode bugfixes

Latest

Choose a tag to compare

@erosb erosb released this 11 Nov 05:13
· 1 commit to master since this release

Multiple fixes related to lenient validation:

  • fix ArrayIndexOutOfBoundsException when trying to validate an empty string against a number/integer schema
  • handle numeric literals starting with a + sign
  • handle "integer" schema validation and strings representing floating point numbers