This website requires JavaScript.
Explore
Help
Sign In
Johannes
/
gson-comments
Watch
1
Star
0
Fork
0
You've already forked gson-comments
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
142
Commits
1
Branch
0
Tags
8.1
MiB
Java
100%
16be7167ec
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Inderjeet Singh
16be7167ec
Updated Gson grammar to support floating point numbers without a +/- after the E. So, 1.234567899E8 is now accepted by Gson as a valid floating point number. This fixed the bug
http://code.google.com/p/google-gson/issues/detail?id=94
...
Also, updated Gson to use Javacc 4.2.
2009-03-05 23:05:29 +00:00
gson
Updated Gson grammar to support floating point numbers without a +/- after the E. So, 1.234567899E8 is now accepted by Gson as a valid floating point number. This fixed the bug
http://code.google.com/p/google-gson/issues/detail?id=94
2009-03-05 23:05:29 +00:00
lib
moved lib at the top-level to share eclipse styles.
2008-09-01 03:27:34 +00:00
wsf
Made request/response classes immutable and using builder patterns to build them.
2008-09-20 13:55:52 +00:00