bytedance / sonic

A blazingly fast JSON serializing & deserializing library
Apache License 2.0
6.71k stars 333 forks source link

What is the maximum depth of data that sonic.Marshal can serialize? #675

Open shaohuading opened 1 month ago

shaohuading commented 1 month ago

sonic

liuq19 commented 1 month ago

the deep limit is 4096, could you give the reproducible example or go env information?