JsonPathUtilities
Utilities to work with JSON paths.
public static string GetJsonPath(object root, object searchedObject, ISchemaDefinitionAppender schemaDefinitionAppender = null)
Gets the JSON path of the given object.
public static string GetPropertyName(MemberInfo property, PropertyNameHandling propertyNameHandling)
Gets the name of the property for JSON serialization.