Skip to content

Commit c87d25a

Browse files
authored
Update README.md
1 parent 2974b6b commit c87d25a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ Example:
1212
let patchedJSONContent: PatchedJSON = Content(fileURL: someJSONFileURL) {
1313
1414
Add(address: "/users/-", jsonContent: "alex")
15+
1516
Add(address: "/users/-", jsonContent: [1, "hi", 5.0])
16-
// note: please use `null` and never `nil` to mean JSON's `null`
17+
18+
// note: please use `null` (and never `nil`) to represent JSON's `null`
1719
Add(address: "/users/-", jsonContent: null)
1820
1921
Remove(address: "/temp/log")

0 commit comments

Comments
 (0)