What Is JSON?

Q

What Is JSON?

✍: FYIcenter.com

A

JSON (JavaScript Object Notation) is a standard text string format that uses human-readable text to record data objects consisting of attribute–value pairs and array structures.

JSON was specified by Douglas Crockfor in in the early 2000s. It was originally derived from JavaScript, but now many programming languages include code to generate and parse JSON-format data.

Currently, there are 2 competing standards for JSON format:

For more information on JSON, see JSON Website.

 

JSON Text String Example

Introduction of JSON

Introduction of JSON

⇑⇑ JSON Tutorials

2023-04-25, 1543🔥, 0💬