I want to parse the following Json file in Java. But I am not able to parse it because the tag is an integer. Please suggest a method to parse the following data:
content:
{
1: "rtsp://v6.cache3.c.youtube.com/CiILENGUgZ2aWRlb3MM/0/0/0/video.3gp",
5: "https://www.youtube.com/v/VWDc9oyBj5Q?version=3&f=videos&app=youtube_gdata",
6: "rtsp://v8.cache7.c.youtube.com/CiILENZ2aWRlb3MM/0/0/0/video.3gp"
}
What happens if you create fields like following in the object that you try to parse it too:
I assume you use gson.