https://github.com/matrix278/json
JSON use
https://github.com/matrix278/json
json
Last synced: about 1 month ago
JSON representation
JSON use
- Host: GitHub
- URL: https://github.com/matrix278/json
- Owner: Matrix278
- Created: 2020-06-06T12:49:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T20:43:43.000Z (over 5 years ago)
- Last Synced: 2025-04-10T22:49:26.590Z (about 1 year ago)
- Topics: json
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON
## What is JSON?
- JSON stands for **J**ava**S**cript **O**bject **N**otation
- JSON is a lightweight data-interchange format
- JSON is "self-describing" and easy to understand
- JSON is language independent
JSON uses JavaScript syntax, but the JSON format is text only.
Text can be read and used as a data format by any programming language.