Optional decompress?: boolean | { Specifies if the input string is compressed with lz4js.compress().
Will automatically disable if the decompression fails.
true
Optional extended?: boolean | { Specifies if the input string is in JSON or EJSON format, additional options to be passed into bson.EJSON.parse() can be supplied with the long form (only effective if enable is true.
false
Optional unminify?: boolean | { Specifies if the input string is created with the minify option enabled in stringify, a custom key map (shortened:original) can be supplied with the long form (only effective if enable is true.
Will automatically disable if the unminifcation fails.
true
Generated using TypeDoc
Type for the
optionsparameter of parse.