To convert a map to JSON string in JavaScript, convert map to JavaScript object using Object.fromEntries() and then pass this object as argument to JSON.
確定! 回上一頁