C# Class CompressRegistration.JsonSkipReader

Inheritance: Newtonsoft.Json.JsonReader
ファイルを表示 Open project: NuGet/Entropy Class Usage Examples

Public Methods

Method Description
JsonSkipReader ( JsonReader innerReader, IEnumerable jsonPathToSkip ) : Newtonsoft.Json
Read ( ) : bool

Private Methods

Method Description
MakeRegex ( string jsonPath ) : Regex
TestPath ( string jsonPath ) : bool

Method Details

JsonSkipReader() public method

public JsonSkipReader ( JsonReader innerReader, IEnumerable jsonPathToSkip ) : Newtonsoft.Json
innerReader Newtonsoft.Json.JsonReader
jsonPathToSkip IEnumerable
return Newtonsoft.Json

Read() public method

public Read ( ) : bool
return bool