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
I wanted to understand if there is any maximum depth of nested json that can be supported.
For example, we can do a pre-computation of the maximum nested depth in pre-validation check and not allow a big nested depth.
adding a timeout value is good thing.
For nested JSON with a depth of 255, Dragonfly hangs during JSON parsing. For example:
The text was updated successfully, but these errors were encountered: