-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Comparing changes
Open a pull request
base repository: stleary/JSON-java
base: master
head repository: my-code-AL/JSON-java
compare: master
- 16 commits
- 7 files changed
- 2 contributors
Commits on Jan 30, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 9fd1740 - Browse repository at this point
Copy the full SHA 9fd1740View commit details -
Adding the tests I made to the proper Maven location for tests so tha…
…t they run upon compilation.
Configuration menu - View commit details
-
Copy full SHA for c222227 - Browse repository at this point
Copy the full SHA c222227View commit details -
Add the required overloaded method
+ Overload the toJSONObject method to take the pointer. + Call the overloaded parse method.
Configuration menu - View commit details
-
Copy full SHA for fd82b2d - Browse repository at this point
Copy the full SHA fd82b2dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for aec5e64 - Browse repository at this point
Copy the full SHA aec5e64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ec7998 - Browse repository at this point
Copy the full SHA 6ec7998View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76ce47f - Browse repository at this point
Copy the full SHA 76ce47fView commit details -
Updated files to reflect working order. Mainly just deleted my mistak…
…es and unnecessary files
Configuration menu - View commit details
-
Copy full SHA for 75c5bf4 - Browse repository at this point
Copy the full SHA 75c5bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d594cb - Browse repository at this point
Copy the full SHA 5d594cbView commit details
Commits on Feb 3, 2024
-
Fix the case where key without sub obj is used
+ Add test case to verify.
Configuration menu - View commit details
-
Copy full SHA for 1cc7277 - Browse repository at this point
Copy the full SHA 1cc7277View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f58c977 - Browse repository at this point
Copy the full SHA f58c977View commit details
Commits on Feb 6, 2024
-
added some tests to the tester file and wrote the UCI_Project_README.…
…md for reference on milestone III
Configuration menu - View commit details
-
Copy full SHA for 2e42061 - Browse repository at this point
Copy the full SHA 2e42061View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c833a7 - Browse repository at this point
Copy the full SHA 1c833a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6bca85 - Browse repository at this point
Copy the full SHA a6bca85View commit details
Commits on Mar 8, 2024
-
+ Use an ExecutorSevice to run the JSON conversion asynchronously.
Configuration menu - View commit details
-
Copy full SHA for 1e0b73d - Browse repository at this point
Copy the full SHA 1e0b73dView commit details
Commits on Mar 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4528728 - Browse repository at this point
Copy the full SHA 4528728View commit details
Commits on Mar 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25868d9 - Browse repository at this point
Copy the full SHA 25868d9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master