GithubHelp home page GithubHelp logo

Comments (11)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
Looks sane to me too. Blindly returning result of value.toString() is a bug 
IMO. Any way to produce valid JSON is much better than this. Either escape it 
like suggested or return null or "undefined" or whatever.

Original comment by [email protected] on 14 Jul 2010 at 12:03

from json-simple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024

Original comment by [email protected] on 14 Jul 2010 at 1:10

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from json-simple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
Issue 18 has been merged into this issue.

Original comment by [email protected] on 14 Jul 2010 at 1:15

from json-simple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
Oops, i didn't notice this one, i'm sorry, issue #33 is a duplicate :_(
Anyway, the problem seems to affect writeJSONString as well.
Here's a small patch that seems to work for me...

bye.

Original comment by [email protected] on 4 Aug 2010 at 9:11

Attachments:

from json-simple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
Issue 33 has been merged into this issue.

Original comment by [email protected] on 5 Aug 2010 at 12:15

from json-simple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
hello. I just wanted to ask, if there will be a next version of the json-simple 
library with this enhancement in the near future. 

Original comment by [email protected] on 21 Feb 2011 at 10:44

from json-simple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
Not sure what does "near future" mean to you, but I do have a plan making some 
improvement of json-simple this year. Will let your guys know once I have any 
update.

Thanks,
Yidong. 

Original comment by [email protected] on 22 Feb 2011 at 4:49

from json-simple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
thanks for the info. The library works also very well in our project, but now 
we are facing the problem that "java.util.Date" classes are not serialized with 
the "", so we get something like this in our json strings:

"birthdate" : Thu Jul 01 00:00:00 CET 1976

But we need something like this, so we can deserialize the date again:

"birthdate" : "Thu Jul 01 00:00:00 CET 1976"

The patch provided here seems to work, but it would be better if the official 
json-simple lib provides this feature/enhancement.

Maybe there is also an other way to format a java.util.date correctly, without 
applying this patch ?


Original comment by [email protected] on 24 Feb 2011 at 9:28

from json-simple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
To make it work without modifying anything in json-simple, you may want to call 
toString() of java.util.Date before putting it in a java.util.Map:

json.put("key", aDate.toString())

Thanks,
Yidong.

Original comment by [email protected] on 24 Feb 2011 at 11:22

from json-simple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
thanks, this seems like a good alternative.

B.Huber

Original comment by [email protected] on 25 Feb 2011 at 12:46

from json-simple.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024

Original comment by [email protected] on 10 Aug 2013 at 4:59

  • Changed state: Duplicate

from json-simple.

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.