Converts the given value to a JSON string by using JSON.stringify.
JSON.stringify
Prevents accidentally calling JSON.stringify with more than one argument.
the value to convert
Generated using TypeDoc
Converts the given value to a JSON string by using
JSON.stringify
.Prevents accidentally calling
JSON.stringify
with more than one argument.