Is your feature request related to a problem? Please describe.
As per the spec if we encounter a case where an integer overflows (for example the current array index) it MUST result in an error and not silent continuation. We currently do silently continue.
Describe the solution you'd like
If the engine encounters a JsonInt overflow it has to terminate with an error.
Is your feature request related to a problem? Please describe.
As per the spec if we encounter a case where an integer overflows (for example the current array index) it MUST result in an error and not silent continuation. We currently do silently continue.
Describe the solution you'd like
If the engine encounters a
JsonIntoverflow it has to terminate with an error.