Creates a filter from a string.
public static JsonFilter Parse(string value)
Like TryParse, but throws FormatException on failure.
Creates a filter from a string.
public static JsonFilter Parse(string value, string? rootPath)
Like TryParse, but throws FormatException on failure.