postMessageを使うことで、 サーバを経由しないで異なるドメイン間でのデータ受け渡しが可能だということを説明しました。またlocalStorageを使うことで 「サーバには送られないがブラウザにのみ保持されるデータ」 を気軽に作ることができるようになりました。
In this tutorial we will learn what JSON is and how to use it in localStorage through JavaScript. We will be using a basic HTML form with embedded JavaScript to store, access, and display JSON data.