Working with JSON CSS
In our last tutorial JSON Javascript tutorial , we had covered about basics of JSON . In next couple of posts, we will talk about some of smart tricks and tips while using JSON.
CSS JSON
Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents. JSON (JavaScript Object Notation) is a lightweight data-interchange format. CSS may easily be expressed in JSON notation (CSS JSON). CSS JSON is a powerful and flexible approach allowing for inheritance and logical constructs within CSS.
CSS JSON Structure
{
“selector-1″:{
“property-1″:”value-1″,
“property-n”:”value-n”
}


