0

I have jsonarray like the below format:

[{
    "product_id": "3",
    "model": "Carrot Pudding With Vanilla Ice Cream",
    "image": "Shivamogga\/56\/carrot Pudding with Vanilla Ice Cream.jpg",
    "quantity": "1",
    "price": "63.0000",
    "total": "63.0000",
    "seller_id": "485"
}, {
    "product_id": "4",
    "model": "Cheesy Baby Corn L",
    "image": "Shivamogga\/56\/cheesy Baby corn l.jpg",
    "quantity": "1",
    "price": "430.0000",
    "total": "430.0000",
    "seller_id": "485"
}]

I am getting the above jsonarray from an url. I want to post this again to a php file using volley. How to do it?

2

0

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.