Namespace Subsembly.Json
Classes
- JsonApiDocument
Represents a JSON API Document returned from a JSON API REST endpoint.
- JsonApiErrorObject
Represents an Error Object per JSON API specification.
- JsonApiErrorObjects
A JSON array containing JsonApiErrorObjects.
- JsonApiLinkObject
Represents a JSON API link object.
- JsonApiLinksObject
Represents a JSON links object that contains various links either as strings or as link objects.
- JsonApiResourceObjects
A JSON array containing JsonApiResourceObjects.
- JsonApiVersionObject
Represents a JSON:API object.
- JsonJwt
Represents a JSON Web Token (JWT).
- JsonObject
Represents a basic JSON object.
Interfaces
- IJsonApiObjectFactory
Interface for creating JSON API attribute objects from the object type name.