diff options
author | Apoorv Choubey <theapoorvs1@gmail.com> | 2018-10-20 21:19:46 +0530 |
---|---|---|
committer | Apoorv Choubey <theapoorvs1@gmail.com> | 2018-10-20 21:19:46 +0530 |
commit | 1e26ac4badd24fed4c76f71baee0095e105d5007 (patch) | |
tree | dbac39b25b5b2f392ff17dcfb061848cf678becb /json.html.markdown | |
parent | 9e2bd7c11bcfce42007c962eb8a9fbbeeb6f12e2 (diff) |
add JSON resource
Diffstat (limited to 'json.html.markdown')
-rw-r--r-- | json.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/json.html.markdown b/json.html.markdown index cd42d42d..322c7a47 100644 --- a/json.html.markdown +++ b/json.html.markdown @@ -81,3 +81,5 @@ Supported data types: ## Further Reading * [JSON.org](http://json.org) All of JSON beautifully explained using flowchart-like graphics. + +* [JSON Tutorial](https://www.youtube.com/watch?v=wI1CWzNtE-M) A concise introduction to JSON. |