Skip to content

Commit 94bc582

Browse files
committed
JSON
1 parent 7b56af4 commit 94bc582

File tree

4 files changed

+57
-0
lines changed

4 files changed

+57
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"header": "File",
4+
"items": [
5+
{"id": "Open", "label": "Open"},
6+
{"id": "New", "label": "New"},
7+
{"id": "Close", "label": "Close"}
8+
]
9+
},
10+
{
11+
"header": "View",
12+
"items": [
13+
{"id": "ZoomIn", "label": "Zoom In"},
14+
{"id": "ZoomOut", "label": "Zoom Out"},
15+
{"id": "OriginalView", "label": "Original View"}
16+
]
17+
}
18+
]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"forecast":[
3+
{
4+
"Monday": {
5+
"description": "sunny",
6+
"maxTemp": 22,
7+
"minTemp": 20,
8+
"windSpeed": 12,
9+
"danger": false
10+
},
11+
"Tuesday": {
12+
"description": "windy",
13+
"maxTemp": 22,
14+
"minTemp": 20,
15+
"windSpeed": 40,
16+
"danger": true
17+
},
18+
"Wednesday": null
19+
}
20+
]
21+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"Monday": {
3+
"description": "sunny",
4+
"maxTemp": 22,
5+
"minTemp": 20,
6+
"windSpeed": 12,
7+
"danger": false
8+
}
9+
}

19.XML and JSON/02.API Documentation with JSON and XML/mynotes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,12 @@
4747
![img/XML4.png](img/XML4.png)
4848
![img/XML5.png](img/XML5.png)
4949
![img/XML6.png](img/XML6.png)
50+
51+
# Documentation Tools
52+
53+
- Swagger 2.0, ReadMe.io
54+
55+
# References for Next steps
56+
57+
- [I'd Rather Be Writing](https://idratherbewriting.com/)
58+
- check existing API documentations like stripe api

0 commit comments

Comments
 (0)