JsonPathUtilities
Utilities to work with JSON paths.
Gets the JSON path of the given object.
public static IReadOnlyDictionary<object, string> GetJsonPaths(object rootObject, IEnumerable<object> searchedObjects)
Gets the JSON path of the given object.