Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit ad9039b

Browse files
authored
Add some more context
1 parent 898a603 commit ad9039b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSONLoader
22

3-
A simple library to quickly load JSON from your local bundle to a `Codable` object.
3+
A simple Swift library to quickly load JSON from your local bundle to a `Codable` object.
44

55
## How to use
66
Simply define your `struct` as `Codable` and then when you need to map your JSON file to that object just call the `load` function.
@@ -31,3 +31,6 @@ Now you all you need to do to populate a array of these is call the load method
3131
```
3232
var people:[Person] = load("people")
3333
```
34+
35+
## Installation
36+
To install, add a package dependency to this repo in Xcode.

0 commit comments

Comments
 (0)