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: 20180813
Choose a base ref
...
head repository: stleary/JSON-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20190722
Choose a head ref
  • 16 commits
  • 9 files changed
  • 4 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 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 #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 #440 from johnjaylward/FixForBigDecimal

    Fixes #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 #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 #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

Commits on Apr 9, 2019

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

Commits on Apr 22, 2019

  1. Merge pull request #467 from meiskalt7/addConfigurationForXsiNilConve…

    …rsionToNull
    
    add configuration for xsi:nil="true" conversion to null
    stleary authored Apr 22, 2019
    Configuration menu
    Copy the full SHA
    00e0e6c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Update README.md

    New RFC8259, no changes to in-doc references.
    stleary authored May 9, 2019
    Configuration menu
    Copy the full SHA
    5b845f2 View commit details
    Browse the repository at this point in the history
Loading