X Tutup
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: Michaelikus/JSON-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fix-double-ctor
Choose a base ref
...
head repository: Michaelikus/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.
  • 19 commits
  • 9 files changed
  • 5 contributors

Commits on Mar 22, 2018

  1. Initial implementation of XMLParserConfig object for more flexible XM…

    …L parsing
    John J. Aylward committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    ca9df04 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Merge pull request stleary#417 from stleary/fix-double-ctor

    fix double ctor in JSONWriter
    stleary authored May 16, 2018
    Configuration menu
    Copy the full SHA
    3c1535d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

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

Commits on May 21, 2018

  1. change length comparison to isEmpty method

    Andrei_Paikin authored and Andrei_Paikin committed May 21, 2018
    Configuration menu
    Copy the full SHA
    0507438 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. partially revert changes

    strkkk committed May 25, 2018
    Configuration menu
    Copy the full SHA
    7cad4c3 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Merge pull request stleary#421 from strkkk/add-emptiness-methods

    add isEmpty and isNotEmpty methods
    stleary authored May 26, 2018
    Configuration menu
    Copy the full SHA
    7a17ae0 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Update README.md

    stleary authored Aug 14, 2018
    Configuration menu
    Copy the full SHA
    37f5bf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Update README.md

    update maven search example.
    johnjaylward authored Aug 15, 2018
    Configuration menu
    Copy the full SHA
    b8a3342 View commit details
    Browse the repository at this point in the history
  2. Merge pull request stleary#432 from johnjaylward/patch-2

    Update README.md
    stleary authored Aug 15, 2018
    Configuration menu
    Copy the full SHA
    16225ef View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. * Fixes opt/getBigDecimal to be consistent

    * Performance: Updates JSONWriter to use a regex to decide if writing as a number is best.
    John J. Aylward committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    a63fa03 View commit details
    Browse the repository at this point in the history
  2. cleanup of minor warnings

    John J. Aylward committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    bc347d2 View commit details
    Browse the repository at this point in the history
  3. fix javadoc

    John J. Aylward committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    30c1bd1 View commit details
    Browse the repository at this point in the history
  4. remove unneeded casts

    John J. Aylward committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    71c6dd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. removes duplicate code in number getters

    John J. Aylward committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    34cfe6d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. Merge pull request stleary#440 from johnjaylward/FixForBigDecimal

    Fixes stleary#438 - Corrections to BigDecimal consistency
    stleary authored Oct 6, 2018
    Configuration menu
    Copy the full SHA
    1a811f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Update README.md

    stleary authored Dec 9, 2018
    Configuration menu
    Copy the full SHA
    fea0aca View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Adds check for EOF

    John J. Aylward committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    19e9bb6 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Merge pull request stleary#412 from johnjaylward/XmlConfig

    Initial implementation of XMLParserConfig object for flexible XML Parsing
    stleary authored Dec 11, 2018
    Configuration menu
    Copy the full SHA
    09dddb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Merge pull request stleary#452 from johnjaylward/FixEOF

    Adds check for EOF
    stleary authored Dec 13, 2018
    Configuration menu
    Copy the full SHA
    12bbe8c View commit details
    Browse the repository at this point in the history
Loading
X Tutup