AdaloにおけるJSON入門ガイド
Last updated
Was this helpful?
Was this helpful?
{
"address": {
"street": "123 Main St",
"city": "Salt Lake City"
}
}{
"image_url": "https://example.com/photo.jpg",
"status": "ok"
}[
{
"id": 1,
"title": "First Post",
"author": "Taylor"
},
{
"id": 2,
"title": "Second Post",
"author": "Sam"
}
][
{ "id": 1, "name": "Apple" },
{ "id": 2, "name": "Banana" }
][
{ "name": "Apple" },
{ "name": "Banana" }
]