FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/test - iCodeIN/java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
iCodeIN
/
java
Public
forked from
json-iterator/java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
java
src
test
on
master
User selector
Datepicker
Commit history
Commits on Oct 31, 2018
Add unit tests for OmitValue.class
diffblue-assistant
committed
6e56d6d
View commit details
Copy full SHA for 6e56d6d
View code at this point
Browse repository at this point
Commits on Oct 30, 2018
Add tests for TestSlice.class
sudo-jaa
committed
ed6319b
View commit details
Copy full SHA for ed6319b
View code at this point
Browse repository at this point
Commits on Jul 1, 2018
fix #188 should not iterate when array is empty
taowen
committed
301f44b
View commit details
Copy full SHA for 301f44b
View code at this point
Browse repository at this point
fix #189, dynamic codegen broken on map serialization
taowen
committed
043f8c5
View commit details
Copy full SHA for 043f8c5
View code at this point
Browse repository at this point
Commits on Apr 20, 2018
fix #176 parse infinity
taowen
committed
c1db5fb
View commit details
Copy full SHA for c1db5fb
View code at this point
Browse repository at this point
fix #181 support enum as map key
taowen
committed
c1f8950
View commit details
Copy full SHA for c1f8950
View code at this point
Browse repository at this point
fix #182 trim lazy any toString
taowen
committed
b476680
View commit details
Copy full SHA for b476680
View code at this point
Browse repository at this point
Commits on Mar 5, 2018
Merge branch 'master' of https://github.com/json-iterator/java
taowen
committed
7ef9cbd
View commit details
Copy full SHA for 7ef9cbd
View code at this point
Browse repository at this point
fix #167, if dot found, should always parse as double
taowen
committed
68c985b
View commit details
Copy full SHA for 68c985b
View code at this point
Browse repository at this point
Commits on Mar 1, 2018
upgraded JMH and fixed tweet path
Miha-x64
committed
e65f64f
View commit details
Copy full SHA for e65f64f
View code at this point
Browse repository at this point
Commits on Feb 24, 2018
fix #154 support map of integer typed key
taowen
committed
e21a29f
View commit details
Copy full SHA for e21a29f
View code at this point
Browse repository at this point
decode integer key
taowen
committed
bc9681c
View commit details
Copy full SHA for bc9681c
View code at this point
Browse repository at this point
support object map key type in codegen
taowen
committed
2581901
View commit details
Copy full SHA for 2581901
View code at this point
Browse repository at this point
support dynamic map key
taowen
committed
9f5b119
View commit details
Copy full SHA for 9f5b119
View code at this point
Browse repository at this point
support number key
taowen
committed
05d397c
View commit details
Copy full SHA for 05d397c
View code at this point
Browse repository at this point
test null as array
taowen
committed
21a4ad8
View commit details
Copy full SHA for 21a4ad8
View code at this point
Browse repository at this point
fix #152 json wrapper should not be recognized as json setter
taowen
committed
a55ed53
View commit details
Copy full SHA for a55ed53
View code at this point
Browse repository at this point
Commits on Jan 26, 2018
fix test
taowen
committed
a1efadc
View commit details
Copy full SHA for a1efadc
View code at this point
Browse repository at this point
fix #149, keep the number handling same as jackson, this will break jsoniter old behavior, as we are always using Double
taowen
committed
e96e75d
View commit details
Copy full SHA for e96e75d
View code at this point
Browse repository at this point
test BigInteger and BigDecimal
taowen
committed
cf51823
View commit details
Copy full SHA for cf51823
View code at this point
Browse repository at this point
Commits on Jan 13, 2018
fix #145 add Any.registerEncoders
taowen
committed
68990b2
View commit details
Copy full SHA for 68990b2
View code at this point
Browse repository at this point
Commits on Jan 12, 2018
Merge branch 'master' of https://github.com/json-iterator/java
taowen
committed
855792e
View commit details
Copy full SHA for 855792e
View code at this point
Browse repository at this point
Commits on Jan 11, 2018
add demo of type decoder
taowen
committed
90160f5
View commit details
Copy full SHA for 90160f5
View code at this point
Browse repository at this point
Commits on Jan 5, 2018
Code Cleanup
ashutoshcp
committed
aea44b2
View commit details
Copy full SHA for aea44b2
View code at this point
Browse repository at this point
Commits on Jan 1, 2018
fix #136, field with only getter is also considered as java bean property, so that @JsonIgnore on the field should be propagated to getter
taowen
committed
17cc3bd
View commit details
Copy full SHA for 17cc3bd
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
fix static code gen
taowen
committed
a4068c9
View commit details
Copy full SHA for a4068c9
View code at this point
Browse repository at this point
fix #133 NPE when no extra
taowen
committed
edf522d
View commit details
Copy full SHA for edf522d
View code at this point
Browse repository at this point
fix #132 MaybeEmptyArrayDecoder need to decode the value according to field type
taowen
committed
6e74352
View commit details
Copy full SHA for 6e74352
View code at this point
Browse repository at this point
Commits on Dec 9, 2017
fix #130, @JsonIgnore should be effective when creator is used
taowen
committed
ea9db31
View commit details
Copy full SHA for ea9db31
View code at this point
Browse repository at this point
Commits on Nov 23, 2017
fix #126, surrogate failed to serialize in gson mode
taowen
committed
d837d23
View commit details
Copy full SHA for d837d23
View code at this point
Browse repository at this point
Commits on Nov 18, 2017
cut 0.9.18
taowen
committed
21513c1
View commit details
Copy full SHA for 21513c1
View code at this point
Browse repository at this point
fix #109 treat wildcard generics variable as Object
taowen
committed
8f5d181
View commit details
Copy full SHA for 8f5d181
View code at this point
Browse repository at this point
Commits on Oct 23, 2017
fix of overflow detection for numeric primitive types
plokhotnyuk
committed
518e1b7
View commit details
Copy full SHA for 518e1b7
View code at this point
Browse repository at this point
Commits on Oct 18, 2017
fix leading zero
taowen
committed
78adeb5
View commit details
Copy full SHA for 78adeb5
View code at this point
Browse repository at this point
Commits on Oct 17, 2017
test non ascii field
taowen
committed
0238f6c
View commit details
Copy full SHA for 0238f6c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL