diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2018-10-21 16:31:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-21 16:31:23 +0530 |
commit | ade078caccf8322634287d560ee9bee4c49c9448 (patch) | |
tree | 1750444615885726e136725be0804834c39026c8 | |
parent | 5dd157ef68fb1a40dcadb98e7c4c5a2f52374db2 (diff) | |
parent | 1e26ac4badd24fed4c76f71baee0095e105d5007 (diff) |
Merge pull request #3317 from apooravc/add-json-resource
[json/en] Added a resource (tutorial)
-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. |