Activity for Json-lib

  • aalmiray aalmiray posted a comment on discussion Help

    You can configure dependency resolution rules with your build tool of choice to override the selection of version 3.2.1 of the commons-collections dependency. Also, development of this library has been moved to https://github.com/kordamp/json-lib

  • aalmiray aalmiray posted a comment on ticket #1

    Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues

  • aalmiray aalmiray posted a comment on ticket #2

    Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues

  • aalmiray aalmiray posted a comment on ticket #133

    Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues

  • aalmiray aalmiray posted a comment on ticket #134

    Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues

  • aalmiray aalmiray posted a comment on ticket #135

    Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues

  • aalmiray aalmiray posted a comment on ticket #136

    Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues

  • aalmiray aalmiray posted a comment on ticket #137

    Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues

  • aalmiray aalmiray posted a comment on ticket #138

    Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues

  • aalmiray aalmiray posted a comment on ticket #139

    Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues

  • aalmiray aalmiray posted a comment on ticket #140

    Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues

  • aalmiray aalmiray modified ticket #141

    Upgradge bean Utils version to 1.9.4

  • aalmiray aalmiray posted a comment on ticket #141

    Development of this library has been moved to GitHub since 2010, please report any issues you ay find at https://github.com/kordamp/json-lib/issues

  • Bharat Wadhwa Bharat Wadhwa created ticket #141

    Upgradge bean Utils version to 1.9.4

  • Rafiullah Hamedy Rafiullah Hamedy posted a comment on discussion Help

    Hi guys, The version of json-lib available in mavenrepository https://mvnrepository.com/artifact/net.sf.json-lib/json-lib (2.4 latest) has a commons-collection3.2.1 dependency which has a security vulnerability https://www.cvedetails.com/cve/CVE-2017-15708/ and is fixed in commons-collection3.2.2. Is there any plan address this? Raf.

  • David Gofman David Gofman posted a comment on ticket #140

    The same validations on lines 1144 and 1148

  • David Gofman David Gofman created ticket #140

    ClassCastException and NullPointerException

  • Silvano Maffeis Silvano Maffeis posted a comment on ticket #116

    I was affected by this issue some time ago and I was forced to downgrade to json-lib 2.3. Is there any fix for this so that we don't have to downgrade?

  • Kami Kami posted a comment on ticket #139

    ok :D

  • Jim Holmes Jim Holmes posted a comment on ticket #139

    I didn't see your last comment before I posted. I think we're agreeing!

  • Jim Holmes Jim Holmes posted a comment on ticket #139

    JSONObject implements Map, right? http://json-lib.sourceforge.net/apidocs/jdk15/net/sf/json/JSONObject.html#put(java.lang.Object,...

  • Kami Kami posted a comment on ticket #139

    You see in the lib source documentation : http://json-lib.sourceforge.net/apidocs/net/sf/json/JSONObject.html...

  • Kami Kami posted a comment on ticket #139

    Yes , i dont say that the map implementation is wrong, i mean the put operation of...

  • Jim Holmes Jim Holmes posted a comment on ticket #139

    But aren't Map.put implementations are supposed to do that? https://docs.oracle....

  • Kami Kami posted a comment on ticket #139

    Bug : public Object put( Object key, Object value ) { if( key == null ){ throw new...

  • Kami Kami posted a comment on ticket #139

    Workaround: JSONObject jsonObj = new JSONObject(); jsonObj.put("success", "true");...

  • Kami Kami created ticket #139

    NullPointerException on ToString()

  • Chris St.Onge Chris St.Onge modified a comment on discussion Help

    Problem When converting a JSONObject with a string field representing a date such...

  • Chris St.Onge Chris St.Onge posted a comment on discussion Help

    Problem When converting a JSONObject with a string field representing a date such...

  • Anonymous modified a comment on ticket #118

    This memory leak was confirmed, at least in 2.2.2 in Jboss 4/Tomcat. A similar ThreadLocal...

  • Mike Spolarich Mike Spolarich created ticket #138

    Loss of Precision Reading Long Values > 2^53 On JSONObject

  • Uriel Ben-Iohanan Uriel Ben-Iohanan posted a comment on ticket #135

    I got the same exception with even a simpler JSON: { "key": "function (a)" } I use...

  • Ralph LeVan Ralph LeVan created ticket #137

    The XMLSerializer fails for attributes with namespace prefixes on them

  • Ken Weiner Ken Weiner created ticket #136

    Parser mistakes literal string as an array

  • Ken Weiner Ken Weiner created ticket #135

    Can't parse string containing function (x)

  • Jeff Black Jeff Black posted a comment on ticket #116

    Same issue for a map app which needs lat/lon processing.

  • Surendra Jnawali Surendra Jnawali posted a comment on ticket #116

    Yes, when I converting BigDecimal from JSONObject, I lose decimal precision in big...

  • Vish Vish posted a comment on discussion Help

    I am trying to do reversible xml-json-xml generic conversion using json-lib which...

1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.