Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stream.Collector initialized + some updates #201

Closed
wants to merge 82 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
1272d80
education
douglascrockford May 20, 2014
aab1017
this.namehuffext.generate
douglascrockford May 20, 2014
8114b97
deleted
douglascrockford May 22, 2014
9b6872b
This package needs a new owner.
douglascrockford Feb 6, 2015
d6ba318
fix toString(JSONArray) to emit object.toString() values
stleary Apr 19, 2015
37f099e
s/covert/convert/
stleary May 1, 2015
03807e2
Merge pull request #120 from douglascrockford/Spelling-error-in-CDL
stleary May 1, 2015
b56fe9f
Merge pull request #118 from douglascrockford/fix-for-JSONML-toString…
stleary May 2, 2015
a851bf0
Replaced tab chars, updated versions
stleary May 6, 2015
0cf7491
Merge pull request #122 from douglascrockford/merge-branch-for-issue-110
stleary May 6, 2015
d2cd1a8
iterable
stleary Jun 5, 2015
04eab16
Merge pull request #132 from douglascrockford/iterable-JSONArray
stleary Jun 7, 2015
8bc62cc
support for BigInteger and BigDecimal
stleary Jun 20, 2015
5d6bf7d
support BigInteger and BigDecimal
stleary Jun 20, 2015
b39ccc2
support BigDecimal and BigInteger
stleary Jun 20, 2015
03c4fc7
Merge branch 'big-numbers' of https://github.com/douglascrockford/JSO…
stleary Jun 20, 2015
a76d726
support BigInteger and BigDecimal
stleary Jun 20, 2015
6ab6f06
latest
stleary Jul 4, 2015
474f285
Merge branch 'big-numbers' of https://github.com/douglascrockford/JSO…
stleary Jul 4, 2015
410afaf
latest
stleary Jul 7, 2015
71d9ad2
update version dates
stleary Jul 7, 2015
4f8b25d
Merge pull request #135 from douglascrockford/big-numbers
stleary Jul 11, 2015
96b2e38
Update README
stleary Jul 20, 2015
ca30016
latest
stleary Jul 23, 2015
9785b4f
enum support
stleary Jul 23, 2015
5fc22e3
fix edit dates for enum support
stleary Jul 23, 2015
ce2de45
Merge pull request #140 from douglascrockford/enum-support
stleary Jul 29, 2015
b0191a6
Update README
stleary Jul 30, 2015
0afd266
JSONObject and JSONArray initialization:
Oct 4, 2015
409eb9f
changed all method signatures containing collections and maps to accept
Oct 11, 2015
25b5aa7
changed Map<String, ?> method parameters to Map<?,?>
Oct 11, 2015
4e77383
Properly overrides the Exception class.
Oct 12, 2015
ceba8e8
Fixes possible NPE
Oct 12, 2015
e239e19
Allows a custom message to be passed with a cause.
Oct 12, 2015
0e13241
Expands javadoc
Oct 12, 2015
1b06a80
makes params final
Oct 12, 2015
5ddc515
removed 6 unnecessary @SuppressWarnings("unchecked") annotations.
Oct 12, 2015
1448163
fixes file date
johnjaylward Oct 14, 2015
637c1fe
updates file dates
johnjaylward Oct 14, 2015
09b6af4
Merge pull request #160 from johnjaylward/FixXMLNPE
stleary Oct 18, 2015
6757e04
Fix NullPointerException in XML.toString(object, tagName)
stleary Oct 18, 2015
b0a9507
Merge pull request #159 from johnjaylward/FixExceptionInheritance
stleary Oct 18, 2015
e7f4eb5
Set version date to match commit date, convert tabs to spaces.
stleary Oct 18, 2015
a07d391
Include latest Maven release information
stleary Oct 25, 2015
91c6f09
Modifies XML output to be handled the same for a native java array as…
Oct 26, 2015
7886c96
Changes JSONArray for loops to use the new iterators.
Oct 26, 2015
105426b
Formatting
Oct 26, 2015
dfd1911
Merge pull request #168 from douglascrockford/readme-maven-info
stleary Oct 29, 2015
564ad2c
Merge pull request #153 from treyerl/master
stleary Oct 29, 2015
33ae025
Update JSONObject.java
stleary Oct 29, 2015
a109f58
Update JSONArray.java
stleary Oct 29, 2015
5f2e77f
Update readme with proposed release information
stleary Nov 21, 2015
44275e3
Merge pull request #175 from douglascrockford/release-20151123
stleary Nov 24, 2015
cadba94
Update JavaDoc for JSONObject Constructors
andrew-fletcher Dec 2, 2015
2ec538f
Merge pull request #179 from andrew-fletcher/UpdateJavaDocForJSONOBject
stleary Dec 6, 2015
39e3ccc
Update version
stleary Dec 6, 2015
ec8f649
Merge branch 'master' of https://github.com/douglascrockford/JSON-java
Dec 8, 2015
23cf659
Remove executable permission bit from file mode
netheril96 Dec 9, 2015
03dd662
Merge pull request #180 from netheril96/my
stleary Dec 9, 2015
4830259
Merge branch 'master' of https://github.com/douglascrockford/JSON-java
Dec 9, 2015
8688494
change to public, write(writer, indentfactor, indent)
stleary Dec 24, 2015
e6f5047
Merge pull request #185 from douglascrockford/write-with-indent-params
stleary Dec 30, 2015
757fd56
Merge pull request #170 from johnjaylward/HandleArraysConsistently
stleary Jan 1, 2016
a971736
Update version string for https://github.com/douglascrockford/JSON-ja…
stleary Jan 1, 2016
e2a0bb1
Update README with number information
stleary Jan 1, 2016
2b2fac3
Broke up some overly long lines.
stleary Jan 1, 2016
9950350
Merge pull request #186 from douglascrockford/update-readme-with-numb…
stleary Jan 3, 2016
5b67330
Merge branch 'master' of https://github.com/douglascrockford/JSON-java
Jan 27, 2016
07b2d65
Fixes #187 -0 now returns as a double.
Jan 27, 2016
39b1c0c
fixes error in -0 check
Jan 27, 2016
3007fc8
Removes custom XML stringToValue method in favor of keeping a consistent
Jan 27, 2016
c2b3f2b
adds back in the XML.stringToValue method, but deprecates it.
Jan 27, 2016
97f1b27
Merge pull request #188 from johnjaylward/FixNegativeZero
stleary Jan 30, 2016
62486fd
Version date
stleary Jan 30, 2016
93c79ca
Version date
stleary Jan 30, 2016
ba2585f
Version date
stleary Jan 30, 2016
60349ec
Java 1.6 compatibility.
skreutzer Feb 9, 2016
07a0f60
Merge pull request #195 from publishing-systems/master
stleary Feb 13, 2016
2657915
Update README
stleary Feb 14, 2016
b95ad85
initial
AmirHossein Feb 24, 2016
766445c
merge
AmirHossein Feb 24, 2016
429cd0b
Optional getters added
AmirHossein Feb 24, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions JSONException.java

This file was deleted.

Loading