valyala / fastjson

Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate hangs with deeply nested arrays

WillAbides opened this issue · comments

I saw the same behavior while implementing #68.
Recommend enforcing 500 depth (as global var) for both parse and validate.