
Json tutorial
Table of Contents
- Introduction to JSON
- JSON Syntax
- JSON Datatypes
- JSON Schema
- JSON Libraries
- JSON Nested Objects
- JSON Text to JavaScript Objects using eval()
- JSON With PHP
- JSON stands for : JavaScript Object Notation.
- JSON is an Open source, light-weight data-interchange format.
- JSON is a sub-set of JavaScript.
- JSON is an alternative to XML.
- JSON is used to transmit data between sever and web application.
- JSON is language independent just as XML.
- JSON Internet media type is application/json.
- JSON has a file extension of .json.
- JSON format was introduced by Douglas Crockford.
- JSON is easy to read compared to XML.
- JSON is more compact than XML and hence is loaded quickly.
- JSON is more flexible compared to XML.
- JSON is faster compared to XML.
- Should have a basic knowledge of JavaScript.
- Knowledge of XML would be advantageous.
More Posts related to Json-Tutorial,
- JSON Text to JavaScript Object using eval() Example: JSON Tutorial
- JSON Tutorial: List of Lessons
- JSON Schema and Hyper-Schema : JSON Tutorial
- JSON with PHP Example: JSON Tutorial
- JSON Nest Objects Example: JSON Tutorial
- JSON Schema Validator Libraries: JSON Tutorial
- JSON Syntax : JSON Tutorial
- JSON Datatypes : Tutorial
More Posts:
- SQL: Check if table exists - HowTos
- [fix] Docker - no matching manifest for linux/arm64/v8 in the manifest list entries [M/M2 Mac] - Docker
- How to identify the version of IntelliJ - HowTos
- How to remove or unstage a file from git staged area - Git
- How to Schedule Mails in macOS Ventura - MacOS
- How to check file permissions for your file using Linux/Unix/macOS Terminal Command - Linux
- Display full website URL/address in Safari macOS Browser - MacOS
- How to install homebrew (brew) on M1 Mac - MacOS