# Convert a Map to JSON in JavaScript · Use the Object.fromEntries() method to convert the Map to an object. · Pass the object to the JSON.stringify() method.
確定! 回上一頁