<PackageReference Include="NJsonSchema" Version="1.5.5750.33435" />
JsonPathUtilities
Utilities to work with JSON paths.
public static string GetJsonPath(
object obj,
object objectToSearch)
Gets the JSON path of the given object.
Gets the object from the given JSON path.