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: fangyidong/json-simple
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: joval/json-simple
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.
  • 12 commits
  • 8 files changed
  • 4 contributors

Commits on Dec 19, 2019

  1. Pretty-print stream class for JSON

    David A. Solin committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    17a5566 View commit details
    Browse the repository at this point in the history
  2. Use TreeMap for alphabetical ordering of JSON objects because I like …

    …consistency.
    David A. Solin committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    504aa15 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Override other write methods in PrettyStream, to insure it works for …

    …all wrapped InputStream implementations.
    David Solin committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    eda5b0d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Use platform libe breaks when pretty-printing

    David A. Solin committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    4a244bf View commit details
    Browse the repository at this point in the history
  2. Fixes for prior commit

    David A. Solin committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    2a92724 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Don't escape '/' chars in JSON!

    David A. Solin committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    9b3827c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1620b44 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

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

Commits on Sep 24, 2021

  1. Create a pretty Java system property for JSON-Simple

    David Solin committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    39954fa View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Flush writers during serialization.

    David Solin committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    3a44550 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

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

Commits on Oct 23, 2024

  1. Updated Headers (#2)

    * Header update for JSONArray.java
    
    * Updated header for JSONObject.java
    
    * Updated header for JSONStreamAware.java
    
    * Updated headers in JSONValue.java
    
    * Updated header for PrettyWriter.java
    ArcticKenneth authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d0a658e View commit details
    Browse the repository at this point in the history
Loading