An open API service indexing awesome lists of open source software.

https://github.com/matrix278/json

JSON use
https://github.com/matrix278/json

json

Last synced: about 1 month ago
JSON representation

JSON use

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.