Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Text.Json support. #101

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

System.Text.Json support. #101

wants to merge 28 commits into from

Commits on Jul 29, 2024

  1. WIP STJ Support

    Hawxy authored and Quahu committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e285e2e View commit details
    Browse the repository at this point in the history
  2. Handle null flag

    Hawxy authored and Quahu committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    059bd4b View commit details
    Browse the repository at this point in the history
  3. Fix build

    Hawxy authored and Quahu committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    be3c10e View commit details
    Browse the repository at this point in the history
  4. Support optional

    Hawxy authored and Quahu committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    bfe1215 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d64b79 View commit details
    Browse the repository at this point in the history
  6. Added some TODOs.

    Quahu committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8a34d12 View commit details
    Browse the repository at this point in the history
  7. Implemented STJ

    Quahu committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    00cf546 View commit details
    Browse the repository at this point in the history
  8. Fix STJ polymorphism issue

    Quahu committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9c053b9 View commit details
    Browse the repository at this point in the history
  9. Add extension data support

    Quahu committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    69859ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c3b560 View commit details
    Browse the repository at this point in the history
  11. API adjustments

    Quahu committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a90ed07 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    e23c621 View commit details
    Browse the repository at this point in the history
  2. More adjustments

    Quahu committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    cc60082 View commit details
    Browse the repository at this point in the history
  3. Make nodes internal

    Quahu committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4b6c07b View commit details
    Browse the repository at this point in the history
  4. Refactor converters

    Quahu committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c20c720 View commit details
    Browse the repository at this point in the history
  5. Disable STJ impl for .NET 6

    Quahu committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    82389a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d291be View commit details
    Browse the repository at this point in the history
  7. Made STJ nodes fully internal

    Quahu committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    246e56b View commit details
    Browse the repository at this point in the history
  8. Fix TestBot build

    Quahu committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    12c283f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Aug 24, 2024

  1. Add Type to IJsonNode

    Quahu committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    46e5bd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a9fb46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0a0933 View commit details
    Browse the repository at this point in the history
  4. Add Path to IJsonNode

    Quahu committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    809485c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd81efe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63d9c6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28cd56b View commit details
    Browse the repository at this point in the history
  8. Update STJ

    Quahu committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    a60ebfa View commit details
    Browse the repository at this point in the history