C# Class CompressRegistration.JsonSkipReader

Inheritance: Newtonsoft.Json.JsonReader
Afficher le fichier Open project: NuGet/Entropy Class Usage Examples

Méthodes publiques

Méthode Description
JsonSkipReader ( JsonReader innerReader, IEnumerable jsonPathToSkip ) : Newtonsoft.Json
Read ( ) : bool

Private Methods

Méthode Description
MakeRegex ( string jsonPath ) : Regex
TestPath ( string jsonPath ) : bool

Method Details

JsonSkipReader() public méthode

public JsonSkipReader ( JsonReader innerReader, IEnumerable jsonPathToSkip ) : Newtonsoft.Json
innerReader Newtonsoft.Json.JsonReader
jsonPathToSkip IEnumerable
Résultat Newtonsoft.Json

Read() public méthode

public Read ( ) : bool
Résultat bool