Branches

  • master
  • Tags

  • tag_candidate_1_1
  • tag_release_1_0_1
  • tag_release_1_0_2
  • tag_release_1_1
  • tag_release_1_1_1
  • 1 / 1
    Author Hash Message Time
    fangyidong a8b94b79b6 Java 8 improves implementation of HashMap, so the orders of its entries change, and we should never depend on the orders of a specific implementation in the testing codes. 10 years ago
    jon.chambers@gmail.com 351aa58374 Routed most toJSONString methods through writeJSONString with a StringWriter to reduce duplicated logic (and in some cases improve performance). 11 years ago
    jon.chambers@gmail.com 881a6ff7d0 Avoided passing temporary strings when serializing a collection for a modest performance gain. 11 years ago
    jon.chambers@gmail.com 8fafb8db6d Avoided repeated calls to StringBuffer#toString from JSONObject#toJSONString(Map). This yields performance gains of up to two orders of magnitude on large objects in testing. 11 years ago
    jon.chambers@gmail.com d4af019078 Added a test case to cover https://code.google.com/p/json-simple/issues/detail?id=87. 11 years ago
    jon.chambers@gmail.com 9012fdfd93 Return a description of the exception via getMessage. 11 years ago
    jon.chambers@gmail.com 9a32bb5017 Cached original string length in JSONValue#escape to avoid repeated calls to String#length. 11 years ago
    jon.chambers@gmail.com 2d0898ad12 Marked a pair of parse methods as deprecated. 11 years ago
    jon.chambers@gmail.com e9e14319ab Added support for primitive and Object arrays. Added supporting unit tests. 11 years ago
    jon.chambers@gmail.com 7de38e5c41 Made JSONArrays work with Collections instead of just Lists. Added a constructor for JSONArrays that takes an initial collection. Added supporting unit tests. 11 years ago
    fangyidong 7ae9400664 change scope of junit 11 years ago
    fangyidong 0353e4c196 Issue #12: Excessive memory consumption in parse() (contributed by glen.tw) 12 years ago
    fangyidong c00dc27433 Generate source jar and gpg sign 12 years ago
    fangyidong@gmail.com 3291acd48b Make generated classes JDK 1.2 compatible as we claimed. Although we may not have users using JDK 1.2 today, we need to make sure we won't break anything. 12 years ago
    nosslived@gmail.com 50559d892e Merged mavenization branch into trunk. 12 years ago
    Dieter.Krachtus 8f55f3a0d0 Added Constructor public JSONObject(Map map). 15 years ago
    fangyidong 5915f44452 escape controls 15 years ago
    fangyidong 7f0c723dc4 clarify some comments 15 years ago
    fangyidong 9c5025635d wrong file 15 years ago
    fangyidong 0a8e9c8136 1.1 candidate 15 years ago
    fangyidong 0e046d1b85 1.1 candidate 15 years ago
    chris.nokleberg af440720f8 improve toString performance 15 years ago
    chris.nokleberg c6b0a68c37 add test target 15 years ago
    chris.nokleberg d54e221563 Fix target dependencies 15 years ago
    chris.nokleberg 9e6002891b Add escaping for Unicode characters that cause problems for browser JS eval 15 years ago
    fangyidong dc7f338698 15 years ago
    fangyidong 851d6a4764 15 years ago
    fangyidong 5ba11f487d 15 years ago
    fangyidong e1c300a681 1.0.2 get faster lexer 15 years ago
    fangyidong d65cf1822b init 16 years ago
    1 / 1
    [See JSON]