1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

JSON > Link > 複数行を扱うJSONファイルの例

Last updated at Posted at 2016-08-23

関連 http://qiita.com/7of9/items/af34daf6c79ca8e004a7

複数行設定の保存について考える中、以下の情報を見つけた。

answered Oct 12 '11 at 18:21
errordeveloper

による回答で複数行を扱いたいときのJSONフォーマットが例示されている。

  • 項目の前後を[]で囲う
  • 項目内の行ごとにダブルクォーテーションでくくる
  • 行末に","をつける
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?