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