Gson v1.2.1 Release Notes

  • 2008-10-13 (Target Date Friday, Oct 7, 2008)

    Note: This release was abandoned since it caused a regression (Issue 58) bug.

    • Includes updated parser for JSON that supports much larger strings. For example, Gson 1.2 failed at parsing a 100k string, Gson 1.2.1 has successfully parsed strings of size 15-20MB. The parser also is faster and consumes less memory since it uses a token match instead of a recursion-based Grammar production match. See Issue 47.
    • Gson now supports field names with single quotes ' in addition to double quotes ". See Issue 55.
    • Includes bug fixes for issue 46, 49, 51, 53, 54, and 56.