Namespace MRX.Json.Reflection.Abstractions
Interfaces
- IModelNodeAccessor
Resolves a single JSON path token against a model instance, reading the value it refers to.
- IModelNodeNameAccessor
Resolves the canonical member name that a JSON path token maps to on a model instance.
- IModelPropertyAccessorProvider
Selects the IModelNodeAccessor capable of resolving a given JSON path token.