mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
* Let JsonValueReader.nextString read numbers. This adds parity with JsonUtf8Reader and lets big number literals in JSON be read in as strings in Java. * Remove trailing 0 in float literal.