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: buksy/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: buksy/JSON-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: XMLannotation-support
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 33 files changed
  • 2 contributors

Commits on Nov 5, 2013

  1. Adding build support

    buksy committed Nov 5, 2013
    Configuration menu
    Copy the full SHA
    ff1aeef View commit details
    Browse the repository at this point in the history
  2. Adding build support

    buksy committed Nov 5, 2013
    Configuration menu
    Copy the full SHA
    cd7d4e9 View commit details
    Browse the repository at this point in the history
  3. Adding XML annotation handling

    buksy committed Nov 5, 2013
    Configuration menu
    Copy the full SHA
    21d4950 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2013

  1. Configuration menu
    Copy the full SHA
    27f7a0c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'XmlFiled-Support', remote-tracking branch 'origin/origi…

    …n/XmlFiled-Support' into XmlFiled-Support
    buksy committed Nov 6, 2013
    Configuration menu
    Copy the full SHA
    3001fde View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2013

  1. Configuration menu
    Copy the full SHA
    3d194f9 View commit details
    Browse the repository at this point in the history
  2. Added support for JSONArray to be converted to List<?> or Set<?>

    Similar to JSONObject convertToBean method, the JSONArray can be
    converted to a List or Set of the appropriate typed objects.
    smcgowan-flexiant committed Nov 11, 2013
    Configuration menu
    Copy the full SHA
    b85097a View commit details
    Browse the repository at this point in the history
  3. Added support for JSONArray to be converted to Array of given type

    Similar to last commit for List and Set collections but for an array of
    given type T, i.e. returns T[]
    smcgowan-flexiant committed Nov 11, 2013
    Configuration menu
    Copy the full SHA
    3233067 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2013

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

Commits on Jan 15, 2014

  1. Handling null

    buksy committed Jan 15, 2014
    Configuration menu
    Copy the full SHA
    12f6168 View commit details
    Browse the repository at this point in the history
Loading
X Tutup