Sorry, the diff of this file is not supported yet
+2
-2
@@ -5,3 +5,3 @@ <?xml version="1.0"?> | ||
| <id>JsonPath</id> | ||
| <version>1.0.6</version> | ||
| <version>1.0.5</version> | ||
| <title>JsonPath</title> | ||
@@ -12,3 +12,3 @@ <authors>Heiner Wolf</authors> | ||
| <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
| <description>JsonPath Class Library: Extract values from JSON data with single line expressions and plain old CLR objects without using foreach/if. Extract the 42 from ["1st","2nd",{"aString":"HelloWorld","aNumber":42}] with C# expression: json[2]["aNumber"]</description> | ||
| <description>JsonPath Class Library: Inspect values in JSON strings with single line expressions and plain old CLR objects without using foreach/if to extract values from JSON. Extract the 42 from ["first",{"aString":"HelloWorld","aNumber":42}] with C# expression: json.List[1].Dictionary["aNumber"].Int</description> | ||
| <releaseNotes>New</releaseNotes> | ||
@@ -15,0 +15,0 @@ <copyright>Copyright 2016</copyright> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet