Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stleary/JSON-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: run2000/JSON-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 14, 2016

  1. Adapt JSONWriter to use Appendable instead of Writer.

    Change JSONObject, JSONArray, and JSONStringer to use Appendable where
    appropriate. This removes the need for synchronization in a few areas.
    run2000 committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    4892329 View commit details
    Browse the repository at this point in the history
  2. Remove executable bit.

    run2000 committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    c91c37a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2016

  1. Minor tweaks.

    run2000 committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    826ceef View commit details
    Browse the repository at this point in the history
  2. Minor tweaks.

    run2000 committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    2917cc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. Merge from upstream.

    run2000 committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    4a38c80 View commit details
    Browse the repository at this point in the history
  2. Update version string

    run2000 authored Jul 27, 2016
    Configuration menu
    Copy the full SHA
    0f579e4 View commit details
    Browse the repository at this point in the history
  3. Update version string

    run2000 authored Jul 27, 2016
    Configuration menu
    Copy the full SHA
    5daf2b9 View commit details
    Browse the repository at this point in the history
  4. Update version string

    run2000 authored Jul 27, 2016
    Configuration menu
    Copy the full SHA
    e94e25b View commit details
    Browse the repository at this point in the history
  5. Update version string

    run2000 authored Jul 27, 2016
    Configuration menu
    Copy the full SHA
    bec3919 View commit details
    Browse the repository at this point in the history
  6. Javadoc and copyright notice for JSONString

    This goes through the `null` return, and also documents what happens if a runtime exception is thrown.
    run2000 authored Jul 27, 2016
    Configuration menu
    Copy the full SHA
    0412cf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. Configuration menu
    Copy the full SHA
    288c988 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Revert whitespace, direct JSONObject.writeValue() call.

    Fix up whitespace that was causing headaches for review.
    JSONWriter.value(Object) calls JSONObject.writeValue(Appendable, Object)
    directly, instead of going through the intermediary of valueToString().
    This means it writes to the given Appendable directly, rather than
    builing a String value using a buffer, then writing the buffer.
    run2000 committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    c8c95c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. Configuration menu
    Copy the full SHA
    70f0dd9 View commit details
    Browse the repository at this point in the history
  2. Revert whitespace.

    run2000 committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    73c5155 View commit details
    Browse the repository at this point in the history
Loading