Click here to Skip to main content
16,005,120 members
Articles / Programming Languages / C#

JsonPathToModel project

19 Aug 2024CPOL5 min read 8.8K   6  
JsonPathToModel - Use JsonPath to navigate through .NET in-memory models
When you have an in-memory model that is more complex than the "Id-Name-Description" structure, especially, if there are many nested sub-models, you can extract values from it using the JsonPathToModel library.
This is a new version of the currently published tip/trick.

Only logged in members can view this content

Please go to the C# Table of Contents to view the list of available articles in this section.