Interface ParseOptions

Options for parse.

interface ParseOptions {
    reviver?: ReviverFunction;
}

Properties

Properties

reviver?: ReviverFunction

Provide custom parsing of the value in a key/value pair. Similar to the reviver function in JSON.parse.