Update README.md

This commit is contained in:
Jungpyo Hong 2021-07-21 22:16:06 -05:00 committed by GitHub
parent 1e1fea0923
commit 7feb3d4311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -615,6 +615,10 @@ API(Application Programming Interface) is an interface that defines interactions
- [AnyAPI](https://any-api.com/)
- [Programmableweb](https://www.programmableweb.com/)
<p align="right">
<a href="#-content">Back to Content</a>
</p>
## JSON
JSON is a language-independent data format
> Which is relative with **KEY - VALUE** pair
@ -749,6 +753,10 @@ A notification dispatch mechanism that enables the broadcast of information to r
[NotificationCenter Apple Document](https://developer.apple.com/documentation/foundation/notificationcenter)
<p align="right">
<a href="#-content">Back to Content</a>
</p>
## UserDefaults
The UserDefaults class provides a programmatic interface for interacting with the defaults system. Check [Apple Document](https://developer.apple.com/documentation/foundation/userdefaults) for more info