gson-comments/gson/src/main/java/com
Inderjeet Singh 824635158c Parsing numbers lazily as a performance enhancement.
This avoids needing to parse number if the equivalent object field doesn't exist.
It also avoids the performance penalty of trying to parse it eagerly as a big decimal, float etc.
2011-04-28 21:57:29 +00:00
..
google/gson Parsing numbers lazily as a performance enhancement. 2011-04-28 21:57:29 +00:00