FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - json-iterator/java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
json-iterator
/
java
Public
Notifications
You must be signed in to change notification settings
Fork
529
Star
1.6k
Code
Issues
87
Pull requests
29
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
java
src
on
master
User selector
Datepicker
Commit history
Commits on Jan 23, 2022
Fixed public api 'public static String serialize(boolean escapeUnicode, Type type, Object obj)' implementation. Fixes #289, #299.
svobol13
committed
6d01183
View commit details
Copy full SHA for 6d01183
View code at this point
Browse repository at this point
Fixed tilda encoding. See #299.
svobol13
committed
faf9cff
View commit details
Copy full SHA for faf9cff
View code at this point
Browse repository at this point
Commits on Jan 20, 2022
Merge pull request #243 from svobol13/master
Show description for 9928ac5
svobol13
authored
9928ac5
View commit details
Copy full SHA for 9928ac5
View code at this point
Browse repository at this point
Commits on Oct 30, 2019
Fixed parsing zero when streaming is enabled.
svobol13
committed
ba73426
View commit details
Copy full SHA for ba73426
View code at this point
Browse repository at this point
Commits on Sep 17, 2019
Update Codegen.java
Show description for f7d0ea6
PRITI1999
authored
f7d0ea6
View commit details
Copy full SHA for f7d0ea6
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
Fixed bug when reading string.
svobol13
committed
2a575f8
View commit details
Copy full SHA for 2a575f8
View code at this point
Browse repository at this point
Fixed typos.
svobol13
committed
9b3727c
View commit details
Copy full SHA for 9b3727c
View code at this point
Browse repository at this point
Commits on Jun 21, 2019
Added debug logging.
svobol13
committed
27556d0
View commit details
Copy full SHA for 27556d0
View code at this point
Browse repository at this point
Commits on Jun 15, 2019
Fixed bug with incorrectly computed free buffer capacity.
svobol13
committed
442e48a
View commit details
Copy full SHA for 442e48a
View code at this point
Browse repository at this point
Implemented new mechanism how to automatically expand internal buffer size. This fixes bug #241 and #124 issues.
svobol13
committed
471ea9b
View commit details
Copy full SHA for 471ea9b
View code at this point
Browse repository at this point
Added failing test of loadMore function simulating malfunction mentioned in previous commit.
svobol13
committed
4504c2e
View commit details
Copy full SHA for 4504c2e
View code at this point
Browse repository at this point
Rewrote part of keepSkippedBytesThenRead function to get rid of duplicity and while keeping exactly same semantics.
svobol13
committed
d0b5fa8
View commit details
Copy full SHA for d0b5fa8
View code at this point
Browse repository at this point
Commits on Mar 12, 2019
Merge pull request #217 from Diffblue-benchmarks/add-diffblue-unit-tests
Show description for e48a7a1
taowen
authored
e48a7a1
View commit details
Copy full SHA for e48a7a1
View code at this point
Browse repository at this point
Commits on Jan 6, 2019
just create string once
dongyifeng
committed
df6f71c
View commit details
Copy full SHA for df6f71c
View code at this point
Browse repository at this point
using Long.valueOf instead of casting double to long
dongyifeng
committed
7bed8ab
View commit details
Copy full SHA for 7bed8ab
View code at this point
Browse repository at this point
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 fix build
taowen
committed
83f3b8e
View commit details
Copy full SHA for 83f3b8e
View code at this point
Browse repository at this point
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 #177 existingObject leaked
taowen
committed
9768493
View commit details
Copy full SHA for 9768493
View code at this point
Browse repository at this point
fix #178 do not check leading zero for readDouble
taowen
committed
353be9d
View commit details
Copy full SHA for 353be9d
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
Revert "Possible fix for #168 - Always create new instance of col"
elifarley
authored
24a8d36
View commit details
Copy full SHA for 24a8d36
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/json-iterator/java
taowen
committed
3ebde47
View commit details
Copy full SHA for 3ebde47
View code at this point
Browse repository at this point
update changelog
taowen
committed
cbc7076
View commit details
Copy full SHA for cbc7076
View code at this point
Browse repository at this point
Possible fix for #168 - Always create new instance of col
elifarley
authored
7785fb7
View commit details
Copy full SHA for 7785fb7
View code at this point
Browse repository at this point
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 2, 2018
Fixed forgotten throw
Miha-x64
authored
5224cb3
View commit details
Copy full SHA for 5224cb3
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL