In my code, there is a variable that contains the following data:
{
"Rows":
[
{
"New":1,
"CachedNumberType":0,
"Date":1327479615921,
"Type":2,
"Number":"123456",
"Duration":1
}
]
}
I believe this is in JSON format. How should I go about parsing it? Can I use json2.js for this task? Or how can I incorporate it into my JavaScript?