index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
util
/
JsonReader.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copy StringPool to framework
Nikita Iashchenko
2021-04-29
1
-1
/
+1
*
docs: bug 37077993, object instead of array
kopriva
2018-10-03
1
-2
/
+4
*
Fixed a possible infinite loop in JsonReader#skipValue()
Calin Juravle
2014-02-18
1
-0
/
+3
*
Fix benign off-by-one in JsonReader.
Jesse Wilson
2011-07-22
1
-3
/
+3
*
Skip byte order mark (BOM) in JsonReader
Jesse Wilson
2011-07-20
1
-0
/
+8
*
Track line and column when parsing JSON.
Jesse Wilson
2011-07-18
1
-1
/
+40
*
Pool strings in JsonReader.
Jesse Wilson
2011-04-21
1
-5
/
+8
*
Don't leak JsonReaders in example code.
Jesse Wilson
2011-03-16
1
-1
/
+5
*
Patch new JSON APIs with changes informed by GSON.
Jesse Wilson
2011-01-10
1
-13
/
+21
*
Decode JSON literal types eagerly and with our own decoder.
Jesse Wilson
2010-11-18
1
-149
/
+197
*
Fix typos in JSON documentation.
Jesse Wilson
2010-10-15
1
-2
/
+2
*
Optimizing skipValue() to avoid allocation.
Jesse Wilson
2010-08-06
1
-13
/
+23
*
Adding JsonReader.setLenient() to handle malformed JSON strings.
Jesse Wilson
2010-08-06
1
-61
/
+103
*
A new streaming JSON API.
Jesse Wilson
2010-08-06
1
-0
/
+1006