JsonPathUtilities
Utilities to work with JSON paths.
public static string GetJsonPath(object obj, object objectToSearch, bool appendToDefinitions = true)
Gets the JSON path of the given object.
Gets the object from the given JSON path.
Gets the name of the property for JSON serialization.