Skip to content

Strukturierung von JSON Daten #165

Answered by NikRoe
AndreHaupt85 asked this question in Web
Discussion options

You must be logged in to vote

Hallo Andre,

das sieht mir auf den ersten Blick nach einem Rezept für einen Cocktail aus und das würde ich möglichst simpel aufbauen. Wie wäre es hiermit:

[
  {
    "id": "R-000001",
    "name": "Name des Cocktails",
    "ingredients": [
      { "name": "Tequila", "amount": "3cl" },
      { "name": "Granadine", "amount": "1cl" }
    ],
    "instructions": "Shake it and drink it",
    "type": "alkoholhaltig",
    "category": "tropical"
  }
]

die weiteren Cocktails würde ich in einer ähnlichen Struktur aufbauen.

Hilft dir das schon weiter? 🤞

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AndreHaupt85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Web
Labels
None yet
2 participants