書類作成ページ

const data = { name: document.getElementById(‘name’).value, experience: document.getElementById(‘exp’).value }; const jsonString = JSON.stringify(data); // これをファイルとして保存したり、Ajaxでサーバーに飛ばしたりします