mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2025-07-15 18:29:16 +07:00
Update README.md
This commit is contained in:
34
README.md
34
README.md
@ -53,41 +53,21 @@ put .yml file into root folder and apply following code in Build Phases
|
|||||||
## JSON
|
## JSON
|
||||||
JSON is a language-independent data format
|
JSON is a language-independent data format
|
||||||
|
|
||||||
'''
|
```
|
||||||
{
|
{
|
||||||
"athletes": [
|
"main": [
|
||||||
|
|
||||||
{
|
{
|
||||||
"title": "Can It Help Your Blurred",
|
"title": "example1",
|
||||||
"body": "For many years, when people thought of alcohol and drug",
|
"body": "body example1"
|
||||||
"imageUrl": "image1"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "We Might Can Help You",
|
"title": "example2",
|
||||||
"body": "For many years, when people thought of alcohol and drug",
|
"body: "body example2"
|
||||||
"imageUrl": "image2"
|
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": "All We Can Do Is Blurred",
|
|
||||||
"body": "For many years, when people thought of alcohol and drug",
|
|
||||||
"imageUrl": "image3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "All The Thing Is Fun",
|
|
||||||
"body": "For many years, when people thought of alcohol and drug",
|
|
||||||
"imageUrl": "image4"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Can It Improve My Skills",
|
|
||||||
"body": "For many years, when people thought of alcohol and drug",
|
|
||||||
"imageUrl": "image5"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
```
|
||||||
'''
|
|
||||||
### JSON parser extension for Chrome
|
### JSON parser extension for Chrome
|
||||||
[JSON parser pro](https://chrome.google.com/webstore/detail/json-viewer-pro/eifflpmocdbdmepbjaopkkhbfmdgijcc) **FREE** :+1:
|
[JSON parser pro](https://chrome.google.com/webstore/detail/json-viewer-pro/eifflpmocdbdmepbjaopkkhbfmdgijcc) **FREE** :+1:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user