Given this Json
{
"myclass": {
    "studentname": "myname",
    "description": "Student has three more credits to complete\n
    he is taking maths\ n
    biology this semester "
 }
}
I get a Json parser exception for 'description' in jsonlint. Changing the description to accept an array is not an option for me.
Is there any way to define multiline in Json?
 
    