Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to parse complex type #4

Open
Haitik opened this issue Nov 1, 2017 · 0 comments
Open

Not able to parse complex type #4

Haitik opened this issue Nov 1, 2017 · 0 comments

Comments

@Haitik
Copy link

Haitik commented Nov 1, 2017

Hi,
This tool really help me. but while processing the complex JSON type. It will not giving the output
My Json is look like below:
While processing I am able to access the array of overview key value but after that it showing me it a object and not able to get all overtabs key data.
Please help me with how can I get this all p keys value by using this parser.

{
"product_json": {
"overview": [
{
"overtabs": [
{
"p": "Hello"
},
{
"p": "Hello"
},
{
"p": "Hello"
}
]
},
{
"overtabs": [
{
"p": "Hello"
},
{
"p": "Hello"
},
{
"p": "Hello"
}
]
}
]
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant