Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9185753
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:21:15+00:00 2026-06-17T19:21:15+00:00

I want to parse complex json data coming from server in following form: {

  • 0

I want to parse complex json data coming from server in following form:

    {

    "Data 1":{
        "2012-12-01":[
            {
                "field 1":"field 2",
                "summary":"summary 1"
            },
            {
                "field":"field 2",
                "summary":"summary 2"
            },
            {
                "service":"service 3",
                "summary":"summary 3"
            }
        ],
        "2012-12-10":[
            {
                "field":"field 1",
                "summary":"summary 1"
            },
            {
                "field":"field 2",
                "summary":"summary 2"
            }
        ],
        "2012-12-31":[
            {
                "field":"field 1",
                "summary":"summary 1"
            }
        ]
    },
    "Data 2":{
        "2013-01-4":[
            {
                "field":"field 1",
                "summary":"summary 1"
            },
            {
                "field":"field 2",
                "summary":"summary 2"
            },
            {
                "field":"field 3",
                "summary":"summary 3"
            }
        ],
        "2013-01-8":[
            {
                "field":"field 1",
                "summary":"summary 1"
            },
            {
                "field":"field 2",
                "summary":"summary 2"
            }
        ],
        "2013-01-25":[
            {
                "field":"field 1",
                "summary":"summary 1"
            }
        ]
    },
    "Data 3":{
        "2013-02-09":[
            {
                "field":"field 1",
                "summary":"summary 1"
            },
            {
                "field":"field 2",
                "summary":"summary 2"
            },
            {
                "field":"field 3",
                "summary":"summary 3"
            }
        ]
    }

} 

How do I parse it using SBJSON?

Please help

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T19:21:16+00:00Added an answer on June 17, 2026 at 7:21 pm

    The first part of your JSON looks something like this when “pretty printed” —

    {
        "Data 1":{
            "2012-12-01":[
                {
                    "field 1":"field 2",
                    "summary":"summary 1"
                },
                {
                    "field":"field 2",
                    "summary":"summary 2"
                },
                {
                    "service":"service 3",
                    "summary":"summary 3"
                }
            ],
            "2012-12-10":[
                {
                    "field":"field 1",
                    "summary":"summary 1"
                },
                {
                    "field":"field 2",
                    "summary":"summary 2"
                }
            ],
            "2012-12-31":[
                {
                    "field":"field 1",
                    "summary":"summary 1"
                }
            ]
        },
        "Data 2":{
            "2013-01-4":[
    

    The outermost part of the JSON is a dictionary (JSON calls it an “object”) — you can tell because of the opening {. In that dictionary is a key/object pair called “Data 1”. The object is a dictionary (another {) whose first key/object pair is called “2012-12-01”. The object of this second pair is an array (the [) containing three dictionaries. Etc.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm getting a json from server. I can parse only one JSON at time.
I want to parse a JSON string which is quite complex. It has somewhat
I want to parse some JSON data. I'm using James Newton-King's JSON.NET library .
I want to use the HTML agility pack to parse tables from complex web
I want to parse xml file in utf-8 and sort it by some field.
I want to parse this CSS Selector (and others of a similar form): div.class1#myid.class2[key=value]
I need to work with data returned from a service which has a more
I want to parse a complex XML schema file and export to a C#
I am making a script to automatically parse some text data (with a complex
I want to get a list of the field names returned from a sql

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.