Skip to content

Instantly share code, notes, and snippets.

@kujirahand
Created August 5, 2022 04:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kujirahand/2abae453dd21e201f5ce45176d94f404 to your computer and use it in GitHub Desktop.
Save kujirahand/2abae453dd21e201f5ce45176d94f404 to your computer and use it in GitHub Desktop.
果物の商品データをJSONCで記述したもの
/**
* 果物の商品データをJSONCで記述したもの
* JSONCのサンプル
*/
[
// マンゴー
{"名称": "沖縄マンゴー", "値段": 3240, "産地": "沖縄"},
// ミカン
{"名称": "愛媛ミカン", "値段": 3200, "産地": "愛媛"},
// 梨
{"名称": "鳥取梨", "値段": 4100, "産地": "鳥取"},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment