Home JsonPathExtensions Class
JsonPathExtensions Class
Cancel

JsonPathExtensions Class

Namespace: Json.Path

Inheritance: JsonPathExtensions 🡒 object

Provides extended functionality for Json.Path.JsonPath.

Methods

AsJsonPointer(this JsonPath path)

Renders a Singular Path as a JSON Pointer.

Declaration

1
public static string AsJsonPointer(this JsonPath path)
ParameterTypeDescription
pathJsonPathA JSON Path which is a Singular Path.

Returns

A string containing a JSON Pointer.

Contents