Skip to content

Commit

Permalink
Merge pull request #79 from importPI19fromDHGE/Steve2955-patch-json
Browse files Browse the repository at this point in the history
Quick JSON-Syntax fix
  • Loading branch information
ZeroPointMax authored Jun 6, 2021
2 parents 2229aa2 + eb542a4 commit e397d56
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 @@ -963,18 +963,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 e397d56

Please sign in to comment.