-1

I am getting gson error when I parse following json. If anybody have some idea how can i parse this json then please tell me.

{
    "video": [
        "",
        "",
        "",
        {
            "date": "25-sep-2014",
            "day": "monday",
            "city": "chandigarh"
        }
    ] }
3
  • 1
    what is your question? Commented Sep 23, 2014 at 16:53
  • 1
    post code and logcat Commented Sep 23, 2014 at 16:54
  • Unless you post code nobody can help you. The JSON you show there is valid so the problem is obviously in your code. Commented Sep 23, 2014 at 17:22

1 Answer 1

-1

You can using gson library, it's easiest way Using Gson to parse json object

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.