I am new in android , I am having queries in json:-
How can I break the line in json if i having multiple lines?
Like This:
{"contacts":
[
{ "id": "c200",
"name": "Ravi Tamada",
"email": "[email protected]",
"address": "xx-xx-xxxx,x - street, x - country",
"gender": "male",
"About": "Sentence1.Sentence2.Sentence3",
"phone": { "mobile": "+91 0000000000",
"home": "00 000000",
"office": "00 000000" }
}
]
}