pub(crate)constOOM_MITIGATION:usize=100_000_000;// maximum size to reserve capacity
pub(crate)constLENGTH_LIMIT:u64=1_000_000_000;// length limit for arrays, maps, test and byte strings
pub(crate)constRECURSION_LIMIT:u16=200;// maximum hierarchical data structure depth