Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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: my-code-AL/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.
  • 16 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 30, 2024

  1. These files are what I have so far for milestone 2. There is work tha…

    …t needs to be done on the first method, but what is included here is a testing file for the methods and the modified XML class used to create the methods
    my-code-AL committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9fd1740 View commit details
    Browse the repository at this point in the history
  2. Adding the tests I made to the proper Maven location for tests so tha…

    …t they run upon compilation.
    my-code-AL committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c222227 View commit details
    Browse the repository at this point in the history
  3. Add the required overloaded method

    + Overload the toJSONObject method to take the pointer.
    + Call the overloaded parse method.
    theneelshah committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fd82b2d View commit details
    Browse the repository at this point in the history
  4. Add the helper function and global variable

    + Add the helper function to see if the tag name is present inside
    the given path array.
    + Add the stack to know the current depth wrto the required path.
    theneelshah committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    aec5e64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ec7998 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76ce47f View commit details
    Browse the repository at this point in the history
  7. Updated files to reflect working order. Mainly just deleted my mistak…

    …es and unnecessary files
    my-code-AL committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    75c5bf4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d594cb View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Fix the case where key without sub obj is used

    + Add test case to verify.
    theneelshah committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    1cc7277 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Add milestone 3 changes

    theneelshah committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f58c977 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. added some tests to the tester file and wrote the UCI_Project_README.…

    …md for reference on milestone III
    my-code-AL committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2e42061 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Mar 8, 2024

  1. Add milestone5 changes

    + Use an ExecutorSevice to run the JSON conversion
    asynchronously.
    theneelshah committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1e0b73d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

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

Commits on Mar 10, 2024

  1. added some method headers

    my-code-AL committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    25868d9 View commit details
    Browse the repository at this point in the history
Loading