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

24 commits

Author SHA1 Message Date
John J. Aylward
de855c50aa Fixes #361.
* Removes unescape from the XML class calls
* fixes bug with unescape method
* moves unescape logic into the XMLTokener class for more consistency
2017-08-19 18:23:07 -04:00
John J. Aylward
4f5bf16676 * Adds protected entrySet accessor to JSONObject
* Updates loops that request key/value pairs to use the new entrySet accessor
2017-05-23 12:48:44 -04:00
John J. Aylward
ae1e9e2b6a fix spelling in javadoc comment 2017-04-03 11:59:36 -04:00
John J. Aylward
adb0478f66 properly unescape tokens in JSONML for reversability. 2016-09-22 16:23:09 -04:00
John J. Aylward
a2d3b59394 Implements unicode escaping similar to JSONObject.
* Removes deprecation on XML.stringToValue(). It now provides unescaping for strings to convert XML entities back into values.
* New unescape function to handle XML entities -> value conversion.
2016-09-22 12:38:06 -04:00
John J. Aylward
09d37e59b8 Cleans up the JSONML changes and adds similar changes to the XML class 2016-07-18 14:42:21 -04:00
Jakob Stemberger
42e0944708 Brings in changes from PR #70 to be updated to HEAD 2016-07-18 13:45:31 -04:00
Sean Leary
62486fdea4 Version date 2016-01-30 15:44:08 -06:00
John J. Aylward
3007fc8ebe Removes custom XML stringToValue method in favor of keeping a consistent
implementation in JSONObject
2016-01-27 15:03:19 -05:00
Siyuan Ren
23cf659730 Remove executable permission bit from file mode 2015-12-09 09:50:59 +08:00
stleary
d6ba31819c fix toString(JSONArray) to emit object.toString() values 2015-04-19 17:53:40 -05:00
Douglas Crockford
a9a0762383 Java 1.8. 2014-05-05 15:09:32 -07:00
Douglas Crockford
03fa545064 whitespace 2012-11-13 14:54:36 -08:00
Douglas Crockford
f9ef03207e --> 2012-05-29 13:41:59 -07:00
guywithnose
a264baea0e flipped the equals function 2012-01-30 13:51:50 -05:00
guywithnose
48dccd91e7 added complete tests 2012-01-30 10:15:05 -05:00
ajayk
9420bb7e8b AjayKemparaj: Tabs to spaces and minor java code fixups 2012-01-13 13:10:10 +05:30
Douglas Crockford
2a39f47197 ?: 2011-11-24 07:40:50 -08:00
Douglas Crockford
90e62b0e1b Bad XML 2011-10-05 12:29:18 -07:00
Douglas Crockford
294c16be1b hygiene 2011-10-04 21:03:39 -07:00
Douglas Crockford
e13de0b221 number 2011-10-03 15:18:25 -07:00
Douglas Crockford
87c4b1d59d Season's Greetings 2010-12-25 14:12:07 -08:00
Douglas Crockford
f284477cff XML.stringToValue 2010-12-23 12:41:23 -08:00
Douglas Crockford
667813de3c first commit 2010-12-21 10:51:19 -08:00