Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct System.​Text.​Json.​Nodes.​JsonNodeOptions
Assembly: System.Text.Json
Options to control <see cref="T:System.Text.Json.Nodes.JsonNode" /> behavior.
Properties
public
bool
PropertyNameCaseInsensitive
Gets or sets a value that indicates whether property names on <see cref="T:System.Text.Json.Nodes.JsonObject" /> are case insensitive.
Methods
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object