Interface: HttpJsonConfig
Interface: HttpJsonConfig
Properties
escape
escape: boolean;
Whether to escape HTML characters in JSON output.
replacer()?
optional replacer: (this, key, value) => unknown;
A custom replacer function for JSON serialization.
Parameters
this
unknown
key
string
value
unknown
Returns
unknown
spaces
spaces: string;
The number of spaces to use for formatting JSON output.