FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · feifeiq/JSON-java · GitHub
feifeiq
/
JSON-java
Public
forked from
stleary/JSON-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Dec 5, 2016
Merge pull request #304 from omarzina/master
Show description for 5ff8b4c
stleary
authored
5ff8b4c
View commit details
Copy full SHA for 5ff8b4c
Browse repository at this point
[FIX] Update README
Show description for 5ef4f58
omarzina
authored
5ef4f58
View commit details
Copy full SHA for 5ef4f58
Browse repository at this point
Commits on Nov 24, 2016
Merge pull request #288 from johnjaylward/XmlEscape
Show description for 413bb53
stleary
authored
413bb53
View commit details
Copy full SHA for 413bb53
Browse repository at this point
Commits on Oct 8, 2016
Merge pull request #292 from erosb/master
Show description for 237376e
stleary
authored
237376e
View commit details
Copy full SHA for 237376e
Browse repository at this point
Commits on Oct 5, 2016
fixing #291
erosb
committed
e0616a1
View commit details
Copy full SHA for e0616a1
Browse repository at this point
Commits on Sep 29, 2016
fixes spacing
John J. Aylward
committed
93ffca3
View commit details
Copy full SHA for 93ffca3
Browse repository at this point
fixes object comparison
John J. Aylward
committed
e477d70
View commit details
Copy full SHA for e477d70
Browse repository at this point
Changes encoding to better match the XML spec section 2.2
John J. Aylward
committed
fb1db93
View commit details
Copy full SHA for fb1db93
Browse repository at this point
Commits on Sep 22, 2016
properly unescape tokens in JSONML for reversability.
John J. Aylward
committed
adb0478
View commit details
Copy full SHA for adb0478
Browse repository at this point
fixes code point appends to string builder
John J. Aylward
committed
f58a0f4
View commit details
Copy full SHA for f58a0f4
Browse repository at this point
Fixes code point output when unescaping code points. XML escapes are an entire code point, not surrogate pairs like in JSON.
John J. Aylward
committed
c11e099
View commit details
Copy full SHA for c11e099
Browse repository at this point
Adds more javadoc.
John J. Aylward
committed
68f92eb
View commit details
Copy full SHA for 68f92eb
Browse repository at this point
Updates to iterate on code points instead of characters and changes the encoding to only encode control characters as defined by ISO standard.
John J. Aylward
committed
34652a8
View commit details
Copy full SHA for 34652a8
Browse repository at this point
Implements unicode escaping similar to JSONObject.
Show description for a2d3b59
John J. Aylward
committed
a2d3b59
View commit details
Copy full SHA for a2d3b59
Browse repository at this point
Commits on Sep 9, 2016
Merge pull request #274 from johnjaylward/NumberOutputFix
Show description for c24be0e
stleary
authored
c24be0e
View commit details
Copy full SHA for c24be0e
Browse repository at this point
Commits on Aug 26, 2016
Merge branch 'master' of github.com:stleary/JSON-java into NumberOutputFix
Show description for 88f65c5
John J. Aylward
committed
88f65c5
View commit details
Copy full SHA for 88f65c5
Browse repository at this point
Commits on Aug 19, 2016
Merge pull request #271 from johnjaylward/EnumCleanup
Show description for ebe69df
stleary
authored
ebe69df
View commit details
Copy full SHA for ebe69df
Browse repository at this point
Commits on Aug 17, 2016
Fix for number output bug.
Show description for 2f2cd4d
John J. Aylward
committed
2f2cd4d
View commit details
Copy full SHA for 2f2cd4d
Browse repository at this point
Commits on Aug 15, 2016
Merge remote-tracking branch 'upstream/master' into EnumCleanup
John J. Aylward
committed
349a209
View commit details
Copy full SHA for 349a209
Browse repository at this point
revert back changes to Number support
John J. Aylward
committed
7851e9b
View commit details
Copy full SHA for 7851e9b
Browse repository at this point
Update JSONObject.java
Show description for 7232a95
stleary
authored
7232a95
View commit details
Copy full SHA for 7232a95
Browse repository at this point
Update JSONArray.java
Show description for f96f505
stleary
authored
f96f505
View commit details
Copy full SHA for f96f505
Browse repository at this point
Commits on Aug 11, 2016
Adds support to JSONObject wrap and write methods to explicitly handle Enums.
Show description for 91107e3
John J. Aylward
committed
91107e3
View commit details
Copy full SHA for 91107e3
Browse repository at this point
Merge pull request #259 from run2000/appendable_v2
Show description for 4e8e24d
stleary
authored
4e8e24d
View commit details
Copy full SHA for 4e8e24d
Browse repository at this point
Commits on Aug 10, 2016
Update XML.java
Show description for f881b61
stleary
authored
f881b61
View commit details
Copy full SHA for f881b61
Browse repository at this point
Update README
stleary
authored
37582a4
View commit details
Copy full SHA for 37582a4
Browse repository at this point
Merge pull request #261 from stleary/revert-249-master
Show description for 154cfda
stleary
authored
154cfda
View commit details
Copy full SHA for 154cfda
Browse repository at this point
Commits on Aug 9, 2016
Revert "reduces the use of unnecessary exceptions"
stleary
authored
45a7dec
View commit details
Copy full SHA for 45a7dec
Browse repository at this point
Commits on Aug 8, 2016
JSONWriter uses Appendable.
run2000
committed
0c157ca
View commit details
Copy full SHA for 0c157ca
Browse repository at this point
Commits on Aug 7, 2016
Update README
stleary
authored
8e07959
View commit details
Copy full SHA for 8e07959
Browse repository at this point
Commits on Aug 1, 2016
Merge pull request #253 from johnjaylward/OptionalTypeConversion
Show description for 3080b8b
stleary
authored
3080b8b
View commit details
Copy full SHA for 3080b8b
Browse repository at this point
Commits on Jul 27, 2016
Merge pull request #249 from Simulant87/master
Show description for 2c228ec
stleary
authored
2c228ec
View commit details
Copy full SHA for 2c228ec
Browse repository at this point
Commits on Jul 19, 2016
reduce the use of unnecessary exceptions
Nils Faupel
committed
3890bfa
View commit details
Copy full SHA for 3890bfa
Browse repository at this point
Revert "reduces the use of unnecessary exceptions"
Show description for abf2963
Nils Faupel
committed
abf2963
View commit details
Copy full SHA for abf2963
Browse repository at this point
Commits on Jul 18, 2016
Cleans up the JSONML changes and adds similar changes to the XML class
John J. Aylward
committed
09d37e5
View commit details
Copy full SHA for 09d37e5
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL