// JSONを定義
const json = {"domain":"vamdemic", "count":1};
// 一度JSON形式へ変換
const convert_json = JSON.stringify(json);
// 変換したものを読み込む
const obj = JSON.parse(convert_json);
More than 3 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme