Skip to content

Commit

Permalink
quick-json-syntax-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve2955 authored Jun 5, 2021
1 parent e91aab8 commit 30550de
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions SWE-KASCHE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -964,18 +964,20 @@ Warum Iteratoren?
- Objekte:

```json
Objekt { }
Array [ ]
String
Zahl
Bool
null
{
"Objekt": {},
"Array": [],
"String": "abc",
"Zahl": 123,
"Boolean": true,
"Null": null
}
```

- Eigenschaft ist ein Tupel aus: Schlüssel-Namen Doppelpunkt Wert

```xml
'Name' : 'Kogel'
"Name" : "Kogel"
```

- Beispiel:
Expand Down

0 comments on commit 30550de

Please sign in to comment.