cleaning up Sparks
This commit is contained in:
parent
b8d1d4e02f
commit
704e6dd07f
162 changed files with 393 additions and 1041 deletions
18
Corpus/Various/Example JSON file.md
Normal file
18
Corpus/Various/Example JSON file.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
```
|
||||
{
|
||||
"firstName": "Jane",
|
||||
"lastName": "Doe",
|
||||
"age": 30,
|
||||
"isStudent": false,
|
||||
"hobbies": ["reading", "hiking", "cooking"],
|
||||
"address": {
|
||||
"street": "123 Main St",
|
||||
"city": "Anytown",
|
||||
"zipCode": "90210"
|
||||
},
|
||||
"contactNumbers": [
|
||||
{"type": "home", "number": "555-1234"},
|
||||
{"type": "work", "number": "555-5678"}
|
||||
]
|
||||
}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue