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

Added MaxDepth property to JsonLoadSettings to override the maxDepth … #2904

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

Commits on Sep 21, 2023

  1. Added MaxDepth property to JsonLoadSettings to override the maxDepth …

    …of 64 levels limit in JsonReader when the reader is called by JObject.Parse, or JArray.Parse.
    tradercentric committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4c94c18 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Update Src/Newtonsoft.Json/Linq/JsonLoadSettings.cs

    Co-authored-by: Ivan Maximov <[email protected]>
    tradercentric and sungam3r authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    38c0d9d View commit details
    Browse the repository at this point in the history