Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ysharplanguage committed Nov 25, 2014
1 parent 8925f21 commit aeac278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -245,7 +245,7 @@ For a reference example, in four or five steps :
:
null;

where the delegate type [JsonPathScriptEvaluator](https://code.google.com/p/jsonpath/source/browse/trunk/src/cs/JsonPath.cs?spec=svn56&r=53#57) has been [redefined here](), as :
where the delegate type [JsonPathScriptEvaluator](https://code.google.com/p/jsonpath/source/browse/trunk/src/cs/JsonPath.cs?spec=svn56&r=53#57) has been [redefined here](https://github.com/ysharplanguage/FastJsonParser/blob/master/JsonTest/System.Text.Json/JsonParser.cs#L47), as :

delegate object JsonPathScriptEvaluator(string script, object value, IJsonPathScriptContext context)

Expand Down

0 comments on commit aeac278

Please sign in to comment.