json形式の文字列をオブジェクトに変換する 2019年4月2日サンプル var cft = JSON.parse('{“country":"日本"}’); document.write(cft.country); 実行結果 日本 JavaScriptPosted by arkgame