Namespace JsonCons.Utilities
Classes
JsonElementComparer
Compares two System.Text.Json.JsonElement instances.
JsonElementEqualityComparer
Compares two System.Text.Json.JsonElement instances for equality by using value-based comparison.
JsonFlattener
Provides functionality to flatten a JSON object or array to a single depth JSON object of JSON Pointer-value pairs, and to unflatten a flattened JSON object.
JsonMergePatch
Provides functionality for applying a JSON Merge Patch as defined in RFC 7396 to a JSON value.
JsonPatch
Provides functionality for applying a JSON Patch as defined in RFC 6902 to a JSON value.
JsonPatchException
Captures error message and the operation that caused it.
JsonPointer
Represents a JSON Pointer as defined by RFC 6901
Enums
IntegerTokenUnflattening
Defines how the unflatten operation handles integer tokens in a JSON Pointer