Converts a value to string form. For simple objects, .toString() is used, other JSON.stringify is used. It is meant for creating debugging output or 'hash' versions of objects, and does not necessarily maintain full fidelity of the input
Converts a value to string form. For simple objects, .toString() is used, other JSON.stringify is used. It is meant for creating debugging output or 'hash' versions of objects, and does not necessarily maintain full fidelity of the input