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: rajihul/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.
  • 11 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 23, 2021

  1. Added first toJSONObject(Reader reader, JSONPointer path) class. Also…

    … added test cases in XMLTest_SWE262 under tests folder.
    rajihul committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    d9172d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

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

Commits on Jan 25, 2021

  1. Added another overloaded static method to XML class:

    static JSONObject toJSONObject(Reader reader, JSONPointer path, JSONObject replacement)
    
    Added testMethodTwo() in XMLTest_SWE262 test.
    
    Added Catalog.xml for testing purposes.
    
    Updated methods to handle tag attributes.
    rajihul committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    95fcdb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

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

Commits on Feb 9, 2021

  1. Added overloaded method toJSONObject(Reader, Function) for Milestone …

    …3 that transforms keys given by a transformation given by user..
    
    Added a TestCase to XMLTest_SWE262 called testMethodThree_replaceKay
    rajihul committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    acce15c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edabcdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5289d97 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

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

Commits on Feb 24, 2021

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

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    99dea41 View commit details
    Browse the repository at this point in the history
  2. Added Exception handling paramater to Async toJSONObject method in XM…

    …L class. Added another test case.
    rajihul committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    b14fdca View commit details
    Browse the repository at this point in the history
Loading