FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/main/java/com/jsoniter/JsonIterator.java - structure/java · GitHub
structure
/
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
main
java
com
jsoniter
JsonIterator.java
on
master
User selector
Datepicker
Commit history
Commits on Jun 15, 2019
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
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 Mar 5, 2018
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 Jan 26, 2018
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
Commits on Nov 18, 2017
#125 avoid nested JsonException
taowen
committed
e51faad
View commit details
Copy full SHA for e51faad
View code at this point
Browse repository at this point
Commits on Jun 16, 2017
#64 complete gson benchmark
taowen
committed
ff871f5
View commit details
Copy full SHA for ff871f5
View code at this point
Browse repository at this point
fix null for native types
taowen
committed
1836034
View commit details
Copy full SHA for 1836034
View code at this point
Browse repository at this point
#71 if field is ignored, should not generate decoder
taowen
committed
74a77f8
View commit details
Copy full SHA for 74a77f8
View code at this point
Browse repository at this point
Commits on Jun 13, 2017
Test gson compatibility:
taowen
committed
5b15498
View commit details
Copy full SHA for 5b15498
View code at this point
Browse repository at this point
Commits on Jun 4, 2017
move indention_step/encoding_mode/decoding_mode into config
taowen
committed
2bebe7a
View commit details
Copy full SHA for 2bebe7a
View code at this point
Browse repository at this point
cache config on JsonIterator
taowen
committed
0b4b908
View commit details
Copy full SHA for 0b4b908
View code at this point
Browse repository at this point
extract JsonIteratorPool
taowen
committed
dddb417
View commit details
Copy full SHA for dddb417
View code at this point
Browse repository at this point
Commits on Jun 3, 2017
add support of Config
taowen
committed
73d20cb
View commit details
Copy full SHA for 73d20cb
View code at this point
Browse repository at this point
support @JsonAnySetter
taowen
committed
218c4b2
View commit details
Copy full SHA for 218c4b2
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
remove native map key decoders
taowen
committed
4a0d873
View commit details
Copy full SHA for 4a0d873
View code at this point
Browse repository at this point
#62 support map with non-string key
taowen
committed
8326d11
View commit details
Copy full SHA for 8326d11
View code at this point
Browse repository at this point
Commits on May 5, 2017
#50 fix deserialize with byte[]
taowen
committed
a641d57
View commit details
Copy full SHA for a641d57
View code at this point
Browse repository at this point
Commits on Apr 27, 2017
#46 fix readLong
taowen
committed
5316b32
View commit details
Copy full SHA for 5316b32
View code at this point
Browse repository at this point
Commits on Feb 7, 2017
optimize read double
taowen
committed
5161682
View commit details
Copy full SHA for 5161682
View code at this point
Browse repository at this point
Commits on Feb 4, 2017
make all tests pass
taowen
committed
f2114f7
View commit details
Copy full SHA for f2114f7
View code at this point
Browse repository at this point
optimize read string
taowen
committed
c6d11da
View commit details
Copy full SHA for c6d11da
View code at this point
Browse repository at this point
Commits on Jan 21, 2017
read as object
taowen
committed
615c858
View commit details
Copy full SHA for 615c858
View code at this point
Browse repository at this point
Commits on Jan 20, 2017
readArrayCB
taowen
committed
0add6f5
View commit details
Copy full SHA for 0add6f5
View code at this point
Browse repository at this point
Commits on Jan 18, 2017
extract out read object
taowen
committed
a96abab
View commit details
Copy full SHA for a96abab
View code at this point
Browse repository at this point
optimize skip
taowen
committed
4b8c71b
View commit details
Copy full SHA for 4b8c71b
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
optimize read true/false/null
taowen
committed
a2e87ca
View commit details
Copy full SHA for a2e87ca
View code at this point
Browse repository at this point
Commits on Jan 15, 2017
optimize read int32
taowen
committed
e8a5956
View commit details
Copy full SHA for e8a5956
View code at this point
Browse repository at this point
make readDouble safe precision
taowen
committed
648fee0
View commit details
Copy full SHA for 648fee0
View code at this point
Browse repository at this point
Commits on Jan 12, 2017
support base64
taowen
committed
6db0c32
View commit details
Copy full SHA for 6db0c32
View code at this point
Browse repository at this point
add README
taowen
committed
0a64b41
View commit details
Copy full SHA for 0a64b41
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
optimize
taowen
committed
85b2923
View commit details
Copy full SHA for 85b2923
View code at this point
Browse repository at this point
optimize ser
taowen
committed
f161804
View commit details
Copy full SHA for f161804
View code at this point
Browse repository at this point
Commits on Jan 8, 2017
improve float/double ser; add enum support in codegen mode
taowen
committed
e9de784
View commit details
Copy full SHA for e9de784
View code at this point
Browse repository at this point
Commits on Jan 3, 2017
fix build
taowen
committed
dfa0bb2
View commit details
Copy full SHA for dfa0bb2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL