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 7752461
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T11:48:24+00:00 2026-06-01T11:48:24+00:00

I am wondering how to get the Json value ?(from below JSOn I would

  • 0

I am wondering how to get the Json value ?(from below JSOn I would like to get product’s”Price” so that I can add into total. thank you very much.

{ "StatusCode": 0
, "StatusInfo": "Processed and Logged OK"
, "PageNumber": 0
, "TotalPageCount": 1
, "TotalProductCount": 1
, "PageProductCount": 1
, "Products": [
  { "BaseProductId": "54158094"
  , "EANBarcode": "3068320055008"
  , "CheaperAlternativeProductId": ""
  , "HealthierAlternativeProductId": ""
  , "ImagePath": "http://img.tesco.com/Groceries/pi/008/3068320055008/IDShot_90x90.jpg"
  , "MaximumPurchaseQuantity": 99
  , "Name": "UNAVAILABLE: Evian Natural Mineral Water 500 Ml"
  , "OfferPromotion": ""
  , "OfferValidity": ""
  , "OfferLabelImagePath": ""
  , "Price": 0.51
  , "PriceDescription": "(Unavailable)"
  , "ProductId": "258247301"
  , "ProductType": "QuantityOnlyProduct"
  , "UnitPrice": 0.004
  , "UnitType": "100ml" } ] }
  • 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-01T11:48:25+00:00Added an answer on June 1, 2026 at 11:48 am

    Price tag value is not int its double so use double,,if you want int

    then getInt from jsonobject but it return 0.due to 0.5 values…

             try {
                        String str="{ \"StatusCode\": 0....";
                JSONObject objJsonObject = new JSONObject(str);
                JSONArray array = objJsonObject.getJSONArray("Products");
    
                   Double d =array.getJSONObject(0).getDouble("Price");
                   System.out.print(d);
                }
    
            } catch (JSONException e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Wondering if there is any way to get the lambda expressions that result from
Just wondering what that error could mean? I get it from the following code..
I was wondering if there was a way I can get a json file
I am wondering how javascripts get included in a jsp - can we put
Just wondering whether anyone knows how to get blogger labels into alt tags in
I am just wondering how i can get the error causing LoginUser function to
I would like to offer a webservice via JSONP and was wondering, if I
In my MVC3 solution I'm wondering how to move the logic that returns Json
I was wondering if there's a way to get event from ajax success? For
I was wondering if there are urls for the various calls that can be

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.