JsonPathUtilities
Utilities to work with JSON paths.
Gets the $ref replacement string.
Gets the JSON path of the given object.
public static string GetJsonPath(object rootObject, object searchedObject, IContractResolver contractResolver)
Gets the JSON path of the given object.
public static IReadOnlyDictionary<object, string> GetJsonPaths(object rootObject, IEnumerable<object> searchedObjects, IContractResolver contractResolver)
Gets the JSON path of the given object.