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: Bunny83/SimpleJSON
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Kaveinator/SimpleJSON
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.
  • 7 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 21, 2022

  1. Added JSONFile Type

    Since I load JSON files from local disk (a lot) maybe a JSONFile instance could be nice to have
    Kaveinator committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    c15371d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Update JSONFile.cs

    `JSONFile` now inherits the base class `JSONObject`
    Kaveinator committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    9f201ae View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Updated JSONFile

    Added more async functions, added 'Save As' function and fixed `JSONNode.AsFile`
    Kaveinator committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    23b3fd3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Bunny83/master

    Update Fork from Master Repo
    Kaveinator authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    53b2361 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Merge pull request #2 from Bunny83/master

    Update SimpleJSON.cs
    Kaveinator authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    57096e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e201ee View commit details
    Browse the repository at this point in the history
  3. Update SimpleJSON.csproj

    Change target from .NET Framework v4.7.2 to .NET Standard v2.1
    Kaveinator committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    8eac320 View commit details
    Browse the repository at this point in the history
Loading