JSON

 
<<戻る
Table of Contents

正式名称 JavaScript Object Notation
読み   ジェイソン

例えば、以下のような構造を持つようなテキストデータ。

[
{
“”customercode””: “”001″”,
“”customername””: “”ジョーカー工業株式会社””,
},
{
“”customercode””: “”002″”,
“”customername””: “”ドーナツプレス工業株式会社””,
}
]

ソフトウェア間のデータ受け渡しに利用される。

MENU