Méthode | Description | |
---|---|---|
NaiveTokenRemover ( ) : System.Collections.Generic | ||
Remove ( JToken root, PatternCollection patterns ) : void |
Removes tokens from this JSON token using a collection of patterns. This naive algorithm marks all the affected leaves every time a pattern is evaluated.
|
Méthode | Description | |
---|---|---|
FindLeaves ( JToken token ) : IEnumerable |
||
GetId ( JToken token ) : long |
public NaiveTokenRemover ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public Remove ( JToken root, PatternCollection patterns ) : void | ||
root | JToken | |
patterns | PatternCollection | |
Résultat | void |