JsonPathToModel project
Briefly

The JsonPathToModel facilitates two-way bindings between Blazor controls and memory models, effectively allowing developers to extract values from complex in-memory JSON structures using JSONPath expressions.
By employing Reflection, the JsonPathToModel supports public properties and handles collections like Arrays, Lists, and Dictionaries, making it versatile for Blazor applications.
Future updates aim to enhance performance significantly by integrating 'fast reflection' techniques with Sigil.Emit, potentially accelerating JSONPath evaluation by up to 100 times.
Developers can utilize this tool to build dynamic Blazor pages, where JSONPath expressions can seamlessly extract and bind model data to UI controls.
Read at CodeProject
[
]
[
|
]