JsonGuardOptions constructor
const
JsonGuardOptions({})
Implementation
const JsonGuardOptions({
this.maxDepth = 32,
this.maxKeys = 1000,
this.maxStringLength = 100000,
this.maxArrayLength = 10000,
this.blockPrototypeKeys = true,
});