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

Creating a JSONObject from a string that contains a duplicate key (any level) throws a JSONException that includes location #360

Merged
merged 4 commits into from
Aug 18, 2017

Commits on Aug 10, 2017

  1. Configuration menu
    Copy the full SHA
    7fed023 View commit details
    Browse the repository at this point in the history
  2. Adding JSONTokener.back() just before throwing JSONException

    This forces JSONTokener.syntaxError(..) to point to the last character of the duplicate key.
    migueltt committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    7d83534 View commit details
    Browse the repository at this point in the history
  3. Replacing tabs with 4-spaces

    migueltt committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    f177c97 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Removed JSONTokener.back()

    migueltt committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    2e0a813 View commit details
    Browse the repository at this point in the history