Namespace JsonApiDotNetCore.Serialization.Objects
Classes
- Document
See https://jsonapi.org/format#document-top-level and https://jsonapi.org/ext/atomic/#document-structure.
- ErrorLinks
See "links" in https://jsonapi.org/format/#error-objects.
- ErrorSource
See "source" in https://jsonapi.org/format/#error-objects.
- RelationshipLinks
See "links" in https://jsonapi.org/format/#document-resource-object-relationships.
- ResourceIdentity
Shared identity information for various JSON:API objects.
- TopLevelLinks
See "links" in https://jsonapi.org/format/#document-top-level.
Structs
- SingleOrManyData<T>
Represents the value of the "data" element, which is either null, a single object or an array of objects. Add SingleOrManyDataConverterFactory to Converters to properly roundtrip.