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

  • Home
  • SEARCH
  • 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 8322585
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T23:26:19+00:00 2026-06-08T23:26:19+00:00

Let we have some float f = 52.92; . In fact, it will hold

  • 0

Let we have some float f = 52.92;. In fact, it will hold the value something like 52.91999816894531. But I want to transmit it to my web-app using json-string truncating those non-significant digits. How would I do this?

As a result, I need to obtain this json string:

{"price": 52.92}

The code I use:

float f = 52.92;
JSONObject js_price = new JSONObject();
js_price.put("price", f);
Log.d("json", js_price.toString());

Produces this ugly json:

{"price": 52.91999816894531}

Also, I need "price" to be a number format in json, not a string.

  • 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-08T23:26:21+00:00Added an answer on June 8, 2026 at 11:26 pm

    It seems, that I can use the constrctor JSONObject(String json), something like this:

    JSONObject js_price = JSONObject(String.format("{\"price\": %.2f}", f);
    

    and after that I can do with this object any other json-related things…

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

Sidebar

Related Questions

Let's say I have some simple Javascript like: <script> var hello = function(){ alert(Hello
Let's say I have some code (using CherryPy) that looks like this: import cherrypy
Let's say I have some classes like this: abstract class View(val writer: XMLStreamWriter) {
Let say i have some words AB, AAB, AA. AB is not a prefix
let's say that I have some <TR style = background-color : red ;> and
Let's say I have some model objects that resemble this: public class FooModel {
Let's say I have some original text: here is some text that has a
Let's say I have some models: User , Post , and Vote . A
Let's say I have some Control that has been disabled. It contains a bunch
Let's imagine we have a plane with some points on it. We also have

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.