You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is there the notion of nesting in the first place? It doesn't seem to comply with the JSON definition (there is no limit on nesting in the language, or is it?) . How was the exact value of JSONWriter.maxdepth determined? Why is it not exposed / overrideable via constructor?
The text was updated successfully, but these errors were encountered:
Nesting is generally useful to a point. Beyond that point, excessive nesting is either a bug or an attack.
If you want to expose maxdepth, you have the source.
Why is there the notion of nesting in the first place? It doesn't seem to comply with the JSON definition (there is no limit on nesting in the language, or is it?) . How was the exact value of JSONWriter.maxdepth determined? Why is it not exposed / overrideable via constructor?
The text was updated successfully, but these errors were encountered: