C# Class Kiwi.Json.JPath.JsonPath

Inheritance: IJsonPath
显示文件 Open project: jlarsson/Kiwi.Json Class Usage Examples

Public Methods

Method Description
Evaluate ( IJsonValue obj ) : IEnumerable
JsonPath ( string path ) : System.Collections.Generic

Method Details

Evaluate() public method

public Evaluate ( IJsonValue obj ) : IEnumerable
obj IJsonValue
return IEnumerable

JsonPath() public method

public JsonPath ( string path ) : System.Collections.Generic
path string
return System.Collections.Generic