Change the way to convert non-string value to string
This version is incompatible with old versions. In old versions, non-string values are serialized by JSON.stringify, but this version changes it to use .toString() first.
This version is incompatible with old versions. In old versions, non-string values are serialized by JSON.stringify, but this version changes it to use .toString() first.