JSON - A Quick Look

posted on 2005-09-24 at 00:26:03 by Joel Ross

Steve M. over on Brain.Save() has a nice little post about JSON, which stands for JavaScript Object Notation. I've heard the term JSON, but never realized what it was or how it can be used. Most of the time it's used in conjunction with AJAX, which makes sense because (especially in .NET) you're dealing with objects when you work with data. Being able to still deal with objects in Javascript is very helpful.

Even without AJAX, being able to easily create dynamic objects in Javascript is pretty cool. I can think of many uses for this, and knowing this, I'll be changing how I do a lot of my javascript in the future.

Technorati Tags: |

Categories: ASP.NET