1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Commit graph

  • f857dda5d8 removing some deprecated commented code Bence Erős 2016-04-26 23:03:01 +02:00
  • 66f740eb45 rolling back unwanted gitignore change in previous commit Bence Erős 2016-04-26 23:02:26 +02:00
  • 6211384f87 tests for url fragment notation handling, moving test document to separate file Bence Erős 2016-04-26 23:01:18 +02:00
  • 5bee7e3b45 escape handling improvements & URL fragment notation handling Bence Erős 2016-04-26 23:00:16 +02:00
  • e00191798e Added unit tests for escaped quotes. Brian Russell 2016-04-24 23:04:12 -04:00
  • 9c47ba299d initial test for JSONPointer class Bence Erős 2016-04-18 21:49:14 +02:00
  • 612e41950c initial implementation of JSONPointer Bence Erős 2016-04-17 23:21:38 +02:00
  • 86cbfbc864 Added CSV change to CDL.java Brian Russell 2016-04-12 14:13:15 -04:00
  • 25a87975be Update date of merge. Sean Leary 2016-03-05 15:20:20 -06:00
  • 2f3af56535 Update date of merge. Sean Leary 2016-03-05 15:19:45 -06:00
  • 26477f4e76 Merge pull request #203 from joeferner/to-java Sean Leary 2016-03-05 15:18:38 -06:00
  • f024b52108 Adds JSONArray toList method and JSONObject toMap method Joe Ferner 2016-02-26 23:46:41 -05:00
  • 495a1275e7 JavaDoc for JSON-java gh-pages stleary 2016-02-14 15:38:55 -06:00
  • d4d33f5454 Create index.html Sean Leary 2016-02-14 15:32:40 -06:00
  • 2657915293 Update README Sean Leary 2016-02-13 22:26:45 -06:00
  • 07a0f60b6e Merge pull request #195 from publishing-systems/master 20160212 Sean Leary 2016-02-12 18:10:13 -06:00
  • 60349ece54 Java 1.6 compatibility. skreutzer 2016-02-08 23:30:27 -05:00
  • 8f16e065c5 Merge pull request #39 from johnjaylward/FixNegativeZero Sean Leary 2016-01-30 15:47:06 -06:00
  • ba2585fe6c Version date Build-and-Integration Sean Leary 2016-01-30 15:45:11 -06:00
  • 93c79ca566 Version date Sean Leary 2016-01-30 15:44:41 -06:00
  • 62486fdea4 Version date Sean Leary 2016-01-30 15:44:08 -06:00
  • 97f1b2744f Merge pull request #188 from johnjaylward/FixNegativeZero Sean Leary 2016-01-30 15:42:34 -06:00
  • c2b3f2bdb1 adds back in the XML.stringToValue method, but deprecates it. John J. Aylward 2016-01-27 15:21:11 -05:00
  • 3007fc8ebe Removes custom XML stringToValue method in favor of keeping a consistent implementation in JSONObject John J. Aylward 2016-01-27 15:03:19 -05:00
  • 974c09b22a Fixes typo in assert John J. Aylward 2016-01-27 15:02:37 -05:00
  • bd958e0830 fixes formatting John J. Aylward 2016-01-27 11:36:15 -05:00
  • 67d888e9be Adds test cases to verify that -0 and -0.0 are processed as Double John J. Aylward 2016-01-27 11:32:11 -05:00
  • 39b1c0cb66 fixes error in -0 check John J. Aylward 2016-01-27 10:45:23 -05:00
  • 07b2d65e30 Fixes #187 -0 now returns as a double. John J. Aylward 2016-01-27 10:39:31 -05:00
  • 5b67330b71 Merge branch 'master' of https://github.com/douglascrockford/JSON-java John J. Aylward 2016-01-27 09:53:03 -05:00
  • d3b197b1b9 Merge pull request #37 from stleary/move-files-to-maven-friendly-dirs Sean Leary 2016-01-05 20:46:43 -06:00
  • 706d898648 latest stleary 2016-01-03 21:39:44 -06:00
  • ace08f1944 latest stleary 2016-01-03 21:39:30 -06:00
  • 9950350f12 Merge pull request #186 from douglascrockford/update-readme-with-number-info Sean Leary 2016-01-03 14:52:50 -06:00
  • 2b2fac3eb1 Broke up some overly long lines. Sean Leary 2016-01-01 16:17:30 -06:00
  • e2a0bb16a2 Update README with number information Sean Leary 2016-01-01 14:11:02 -06:00
  • 280ce71285 tabs to spaces stleary 2016-01-01 13:54:47 -06:00
  • a971736f5b Update version string for https://github.com/douglascrockford/JSON-java/pull/170 Sean Leary 2016-01-01 13:52:12 -06:00
  • 147343c51b Merge pull request #29 from johnjaylward/HandleArraysConsistently Sean Leary 2016-01-01 13:46:02 -06:00
  • 757fd566ab Merge pull request #170 from johnjaylward/HandleArraysConsistently Sean Leary 2016-01-01 13:44:57 -06:00
  • e6f5047742 Merge pull request #185 from douglascrockford/write-with-indent-params Sean Leary 2015-12-30 15:06:07 -06:00
  • dc8c9e382d Merge pull request #35 from stleary/more-todo-cleanup Sean Leary 2015-12-30 13:52:55 -06:00
  • 871a3e46d7 clean up a few more todos stleary 2015-12-30 13:50:51 -06:00
  • 4df6984233 Merge pull request #34 from stleary/util-cleanup Sean Leary 2015-12-30 01:03:31 -06:00
  • c88d06eede util cleanup stleary 2015-12-30 01:01:43 -06:00
  • 0dc886d11b Merge pull request #33 from stleary/Fix-todos-and-cleanup Sean Leary 2015-12-30 00:03:37 -06:00
  • fc318a765c Fix some todos, clean up some tests, improve coverage stleary 2015-12-30 00:00:58 -06:00
  • 0990f340db Update README.md Sean Leary 2015-12-30 00:00:14 -06:00
  • 4ddd6a19a7 Merge pull request #32 from stleary/refactor-test-classes-from-JSONObjectTest Sean Leary 2015-12-29 18:01:35 -06:00
  • 7f83a51718 refactor test classes to their own modules stleary 2015-12-29 17:56:43 -06:00
  • 95cf86688d Update README.md Sean Leary 2015-12-28 12:25:40 -06:00
  • 91fcd6092f Update README.md Sean Leary 2015-12-28 12:25:11 -06:00
  • 54cd97ded1 Update README.md Sean Leary 2015-12-28 12:24:46 -06:00
  • 633ab108e7 Update README.md Sean Leary 2015-12-28 12:22:29 -06:00
  • 472439546a Update README.md Sean Leary 2015-12-28 12:20:43 -06:00
  • cfec741090 Merge pull request #31 from stleary/json-path-for-validation Sean Leary 2015-12-28 12:11:47 -06:00
  • abe421e6bb clean up code stleary 2015-12-28 12:07:44 -06:00
  • 48c872f66f Replace util compare method with JsonPath stleary 2015-12-28 11:12:41 -06:00
  • 7187006bae Replace util compare method with JsonPath stleary 2015-12-27 17:01:42 -06:00
  • d329b6514c Replace util compare method with JsonPath stleary 2015-12-27 15:17:01 -06:00
  • a5390a0685 Replace util compare method with JsonPath stleary 2015-12-26 19:02:02 -06:00
  • c6204a9f01 Replace util compare method with JsonPath stleary 2015-12-26 13:21:06 -06:00
  • 8688494876 change to public, write(writer, indentfactor, indent) stleary 2015-12-23 19:53:30 -06:00
  • 48302592cf Merge branch 'master' of https://github.com/douglascrockford/JSON-java John J. Aylward 2015-12-09 10:07:36 -05:00
  • 03dd662e72 Merge pull request #180 from netheril96/my Sean Leary 2015-12-09 01:08:47 -06:00
  • 23cf659730 Remove executable permission bit from file mode Siyuan Ren 2015-12-09 01:50:59 +00:00
  • ec8f649467 Merge branch 'master' of https://github.com/douglascrockford/JSON-java John J. Aylward 2015-12-08 09:27:54 -05:00
  • 39e3ccc671 Update version Sean Leary 2015-12-05 20:14:15 -06:00
  • 2ec538f420 Merge pull request #179 from andrew-fletcher/UpdateJavaDocForJSONOBject Sean Leary 2015-12-05 20:11:40 -06:00
  • cadba9400c Update JavaDoc for JSONObject Constructors Andrew Fletcher 2015-12-02 10:49:54 -08:00
  • 44275e3b3c Merge pull request #175 from douglascrockford/release-20151123 20151123 Sean Leary 2015-11-24 01:53:19 -06:00
  • 5f2e77f9dd Update readme with proposed release information stleary 2015-11-21 11:50:31 -06:00
  • c578216844 Merge pull request #30 from stleary/confirmValueToStringFix Sean Leary 2015-10-31 04:00:52 -05:00
  • 38cbc31624 Fix tabs, add valueToString() test to JSONObjectTest stleary 2015-10-31 03:58:04 -05:00
  • a109f581c8 Update JSONArray.java Sean Leary 2015-10-29 18:25:27 -05:00
  • 33ae025e78 Update JSONObject.java Sean Leary 2015-10-29 18:24:46 -05:00
  • 6406c7a379 Merge pull request #28 from johnjaylward/FixCtorGenerics Sean Leary 2015-10-29 18:08:21 -05:00
  • 564ad2c2fb Merge pull request #153 from treyerl/master Sean Leary 2015-10-29 18:07:43 -05:00
  • dfd19116d3 Merge pull request #168 from douglascrockford/readme-maven-info Sean Leary 2015-10-29 18:04:31 -05:00
  • 3850b5fd25 Add tests to verify arrays are handled consistently. John J. Aylward 2015-10-26 18:35:53 -04:00
  • 105426b53f Formatting John J. Aylward 2015-10-26 18:35:40 -04:00
  • 7886c96204 Changes JSONArray for loops to use the new iterators. John J. Aylward 2015-10-26 18:30:41 -04:00
  • 91c6f09be8 Modifies XML output to be handled the same for a native java array as well as a JSONArray. John J. Aylward 2015-10-26 18:17:37 -04:00
  • a07d391eae Include latest Maven release information stleary 2015-10-25 11:05:16 -05:00
  • e7f4eb5f67 Set version date to match commit date, convert tabs to spaces. Sean Leary 2015-10-18 11:05:29 -05:00
  • b0a9507add Merge pull request #159 from johnjaylward/FixExceptionInheritance Sean Leary 2015-10-18 11:02:11 -05:00
  • 0dbd9be0f1 Merge pull request #26 from johnjaylward/FixXMLNPE Sean Leary 2015-10-18 10:45:42 -05:00
  • 6757e04c0a Fix NullPointerException in XML.toString(object, tagName) Sean Leary 2015-10-18 10:23:43 -05:00
  • 09b6af4712 Merge pull request #160 from johnjaylward/FixXMLNPE Sean Leary 2015-10-18 10:21:36 -05:00
  • 4a2f9b8cd3 Adds test cases for corrected generic constructors and put methods John J. Aylward 2015-10-14 15:15:24 -04:00
  • 637c1fe2b9 updates file dates John Aylward 2015-10-14 00:48:01 -04:00
  • 1448163981 fixes file date John Aylward 2015-10-14 00:41:38 -04:00
  • 5ddc515679 removed 6 unnecessary @SuppressWarnings("unchecked") annotations. Lukas Treyer 2015-10-12 23:52:14 +02:00
  • 1b06a802cf makes params final John J. Aylward 2015-10-12 14:54:30 -04:00
  • 0e13241528 Expands javadoc John J. Aylward 2015-10-12 14:53:03 -04:00
  • e239e1967a Allows a custom message to be passed with a cause. John J. Aylward 2015-10-12 14:52:17 -04:00
  • cb63a968fa fixes test case to validate the input/output of the function being tested John J. Aylward 2015-10-12 14:49:18 -04:00
  • 4b0db65877 Fixes NPE in XML John J. Aylward 2015-10-12 13:48:05 -04:00
  • ceba8e8c3d Fixes possible NPE John J. Aylward 2015-10-12 13:41:15 -04:00
  • 4e77383472 Properly overrides the Exception class. John J. Aylward 2015-10-12 12:11:30 -04:00