listLimit property
final
Maximum list index that will be honored when decoding bracket indices.
Keys like a[9999999]
can cause excessively large sparse lists; above
this limit, indices are treated as string map keys instead.
Implementation
final int listLimit;