Giter VIP home page Giter VIP logo

Comments (9)

scumola avatar scumola commented on May 30, 2024

or is there a flag to parse ints as strings or something else that I could enable?

from jansson.

scumola avatar scumola commented on May 30, 2024

Oh, this is failing directly after the call to:

root = json_loads(mystring, &error);

from jansson.

scumola avatar scumola commented on May 30, 2024

I can submit code and data if needed.

from jansson.

scumola avatar scumola commented on May 30, 2024

Nevermind. I just implemented the 'long long' patch found in the google group here: http://groups.google.com/group/jansson-users/browse_thread/thread/c18e6f0ee921fddf?pli=1
and it's working fine now.

from jansson.

akheron avatar akheron commented on May 30, 2024

Ok, good. The long long thingie is also in the master branch already. A flag to get all numbers as strings is an interesting idea, though.

from jansson.

Dinesh-Ramakrishnan avatar Dinesh-Ramakrishnan commented on May 30, 2024

@akheron Did you had a chance to add the Flag to get all numbers as strings?
My system doesnt support long long as well as strtoll. So I prefer to get the value returned as string instead.. Currently I am getting error ""too big integer near" on parsing

from jansson.

akheron avatar akheron commented on May 30, 2024

There's no option to get all numbers as strings, but there is an option to get all numbers as reals (doubles). This might help if your system doesn't support 64-bit integers.

from jansson.

Dinesh-Ramakrishnan avatar Dinesh-Ramakrishnan commented on May 30, 2024

@akheron : Do you mean using JSON_DECODE_INT_AS_REAL flag in json_loads? I will try and reply back . Thank you

from jansson.

Dinesh-Ramakrishnan avatar Dinesh-Ramakrishnan commented on May 30, 2024

@akheron : With the following code also i am getting the same error

json_loads(response, JSON_DECODE_INT_AS_REAL, &error):
The integer is 12 numbers (1443685027007) a timestamp in ms resolution.

from jansson.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.