removed emoji from filenames, Obsidian changed all relevant links
This commit is contained in:
parent
d316285a74
commit
68f1c38681
638 changed files with 710 additions and 3176 deletions
18
Corpus/Sparks/Example JSON file.md
Normal file
18
Corpus/Sparks/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