Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: GSON parser now throws IOException on invalid JSON input #1355

Merged
merged 6 commits into from Aug 26, 2021

Commits on Apr 29, 2021

  1. make GSON less lenient

    Elliotte Rusty Harold committed Apr 29, 2021
    Copy the full SHA
    eb67899 View commit details
    Browse the repository at this point in the history
  2. fewer runtime exceptions

    Elliotte Rusty Harold committed Apr 29, 2021
    Copy the full SHA
    6685918 View commit details
    Browse the repository at this point in the history
  3. simplify setup

    Elliotte Rusty Harold committed Apr 29, 2021
    Copy the full SHA
    584449d View commit details
    Browse the repository at this point in the history
  4. remove unused dependency

    Elliotte Rusty Harold committed Apr 29, 2021
    Copy the full SHA
    ba7e122 View commit details
    Browse the repository at this point in the history
  5. format

    Elliotte Rusty Harold committed Apr 29, 2021
    Copy the full SHA
    8d16680 View commit details
    Browse the repository at this point in the history
  6. remove unused dependency

    Elliotte Rusty Harold committed Apr 29, 2021
    Copy the full SHA
    eacb97a View commit details
    Browse the repository at this point in the history