I am having a problem in making a json in java. below is the JSON which I have to create through java code.
{\"status\":\"0\", \"Response\":{ \"abc\":[
Your JSON object has a wrong syntax: An object must contain a list of field/value pairs and is enclosed with braces {}, an array is a list of values enclosed with angle brackets [].