JsonFilter.Parse method (1 of 2)

Creates a filter from a string.

public static JsonFilter Parse(string value)

Remarks

Like TryParse, but throws FormatException on failure.

See Also


JsonFilter.Parse method (2 of 2)

Creates a filter from a string.

public static JsonFilter Parse(string value, string? rootPath)

Remarks

Like TryParse, but throws FormatException on failure.

See Also