C# Class Onism.Cldr.Test.Utils.JTokenExtensions

显示文件 Open project: pgolebiowski/onism-cldr

Public Methods

Method Description
NaiveRemove ( this 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.

Method Details

NaiveRemove() public static method

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.
public static NaiveRemove ( this root, PatternCollection patterns ) : void
root this
patterns PatternCollection
return void