You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2026-06-18 20:14:33 +02:00
d296277d5c
Defaults to 10,000 to match the existing maxDepth constant everywhetre, except when using `ConfigCompatibleWithStandardLibrary` - which retains the limitless depth (and causes a stack overflow). Added tests for the new config, and also up to jsoniter's stack overflow limit.