API Technology - JSON
by Kin Lane on 01/27/2011
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.
Tags:
| APIs, Definition, JavaScript, Request, Response, What Is |
|
Share
|
|
|
Tweet |
|
blog comments powered by Disqus
Partner Sites
Latest Blog Posts
- Dropbox As Your Apps Default File System
- DataSift's Open Source World
- Salesforce Adds Sandbox Templates
- An Open Source Code Catalog for your API
- Multi-Tenancy with WSO2 API Manager
- Ember, Angular, Backbone, Single Page Applications and APIs
- APIs in DFW
- Adding API Broker Under Monitoring for API Aggregators
- The Dark Matter That Make APIs Work
- Potential for API Aggregators to Provide Valuable Industry Data
- My Talk Tomorrow Night at the Dallas-Forth Worth API Professionals Meetup
- The White House Releases An Open Data Strategy
- When API Success Signals Begin Working Against You
- Get To Know Which Languages Your API Developers Are Using
- Twitters Developer Area is More Embeddable Than API
- Overview Of Backend as a Service (BaaS) White Paper
- Make Sure And Have Multiple KPIs For Your APIs
- API Enabled Toys For Our Children
- I Am Speaking At The Dallas-Forth Worth API Professionals Meetup May 14th
- How Much Do You Spend Attracting and Supporting Freemium API Developers?
- What Does The API Evangelist Do?
- Startups Need To Work Together on API Definitions
- Parse Is Successful By Truly Solving Problems for Mobile Developers
- API Commandment: Thou Shalt Not Forego Talking to a Person
- API Trends


