How can I create a basic JSON string? When I assign the the JSON value in NSString
I get a semicolon error. How do I create this string without errors? Could you guys help me out? The code is below:
NSString *dam= @" {
"Id": 23, "Ratings": {
Picnicvanlig: 4, Barn Valning: 2, Badvanling: 5, etc..:3
}, "UserId": santosh@facebook.com
}";