株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

// JSONを定義
const json = {"domain":"vamdemic", "count":1};

// 一度JSON形式へ変換
const convert_json = JSON.stringify(json);

// 変換したものを読み込む
const obj = JSON.parse(convert_json);

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)