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

Get Response body KW is not reading the json object which has got array. #38

Open
raghugitrepo opened this issue Oct 26, 2015 · 1 comment

Comments

@raghugitrepo
Copy link

Hi,

I am trying to read below response body using Get Resonse Body KW.

{
    "addresses": [
        {
            "id": "490",
            "city": "city93111",
            "country": "country93111",
            "house": "house93111",
            "state": "state93111",
            "street": "street93111",
            "zip": 93111,
            "firstname": "singh",
            "lastname": "singh",
            "defaultAddress": 1,
            "phone": null,
            "gender": null,
            "landmark": null,
            "area": null
        },
        {
            "id": "491",
            "city": "city93111",
            "country": "country93111",
            "house": "house93111",
            "state": "state93111",
            "street": "street93111",
            "zip": 93111,
            "firstname": "singh",
            "lastname": "singh",
            "defaultAddress": 0,
            "phone": null,
            "gender": null,
            "landmark": null,
            "area": null
        }
    ]
}

But the response it is reading is below

${Response} = {"addresses":[]}

can you please help me how to get the content inside the list?

Quick response is very much appreciated.

@peritus
Copy link
Owner

peritus commented Oct 26, 2015

Could you provide a little more context ? What is your actual RF code, what is your server's HTTP response?

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

2 participants