JavaScript Object Notation (JSON)
JSON (JavaScript Object Notation) is a way for programs to exchange information. It is very similar to XML (Extensible Markup Language).
APIs are are way for programs to communicate and since they don't have voices, they need a way to describe things. APIs use JSON to describe information.
A JSON transmission describing me might look like:
JSON uses brackets, quotes, colons and commas to separate data, and give the information meaningful structure. It allows computers to tell the difference between my first name and last name or any other information that describes me. The protocol sketched above is really just an approximation of what JSON does. After all, it is meant for computers and not humans,
JSON has become one of the preferred methods for programmers to use for API communication. It's a light weight, simple way to exchange data across the Internet while still maintaining the structure and meaning of that data.
|
|
Tweet |
|
|
Partner Sites
Latest Blog Posts
- My First Keynote With The Infamous Audrey Watters
- Are You Going To Be At API Days in San Francisco? I Am!
- Updated API History White Paper
- History of APIs - Twilio
- API Providers Guide - API Design
- Box Opens Up Revenue Sharing For API Developers
- History of APIs - Mashery
- A Book API Platform
- History of APIs - del.icio.us
- API Management Using Github
- In The End API Providers Will Only Sell Bandwidth
- The Build-Up To #APIStrat in October
- APIdays Mediterranea Is A Wrap
- Helping EFF Urge The Courts to Block Copyright Claims in Oracle v. Google API Fight
- API Aggregation For Federal Government with FedAPI
- Have You Checked Out Webshell Lately?
- New Features From BaaS Provider AnyPresence
- Signals I Use To Monitor Companies In The API Space
- API Management Using APiphany
- Github Can Be More Than Code
- Quick Demonstration Showing The Benefits of The White House Digital Strategy
- IRS Needs To Use White House Open Data Policy For Guidance
- Dropbox As Your Apps Default File System
- DataSift's Open Source World
- Salesforce Adds Sandbox Templates


