set of guidelines for a specific programming language that recommend programming style
The way of force you to adapt coding convention
otherwise project build will FAILED
put .yml file into root folder and apply following code in Build Phases
JSON is a language-independent data format
{ "main": [ { "title": "example1", "body": "body example1" }, { "title": "example2", "body: "body example2" }, ] }
JSON parser pro FREE 👍
This github contains all the popular libraries in Swift👍