🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

JsonPath.Net

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonpath.net - nuget Package Compare versions

Comparing version
0.1.2
to
0.1.1
services/metadata/...ccbe063323194385a97f420d748e2caa.psmdcp

Sorry, the diff of this file is not supported yet

+0
-1

@@ -6,3 +6,2 @@ <?xml version="1.0" encoding="utf-8"?>

<Default Extension="dll" ContentType="application/octet" />
<Default Extension="xml" ContentType="application/octet" />
<Default Extension="png" ContentType="application/octet" />

@@ -9,0 +8,0 @@ <Default Extension="nuspec" ContentType="application/octet" />

@@ -5,5 +5,4 @@ <?xml version="1.0" encoding="utf-8"?>

<id>JsonPath.Net</id>
<version>0.1.2</version>
<version>0.1.1</version>
<authors>Greg Dennis</authors>
<owners>Greg Dennis</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>

@@ -14,9 +13,9 @@ <license type="file">LICENSE</license>

<projectUrl>https://github.com/gregsdennis/json-everything</projectUrl>
<description>JSON Path built on the System.Text.Json namespace.</description>
<description>JSON Path build on the System.Text.Json namespace.</description>
<releaseNotes>https://gregsdennis.github.io/json-everything/release-notes/json-path.html</releaseNotes>
<tags>json-path jsonpath query json</tags>
<repository type="git" url="https://github.com/gregsdennis/json-everything" commit="af494656a68fa049e9a6e610248ce4f09b53db91" />
<tags>json-path query json</tags>
<repository url="https://github.com/gregsdennis/json-everything" />
<dependencies>
<group targetFramework=".NETStandard2.1">
<dependency id="JsonPointer.Net" version="1.1.2" exclude="Build,Analyzers" />
<dependency id="JsonPointer.Net" version="1.1.1" exclude="Build,Analyzers" />
</group>

@@ -23,0 +22,0 @@ </dependencies>

<?xml version="1.0"?>
<doc>
<assembly>
<name>JsonPath.Net</name>
</assembly>
<members>
<member name="T:Json.Path.JsonPath">
<summary>
Represents a JSON Path.
</summary>
</member>
<member name="M:Json.Path.JsonPath.Parse(System.String)">
<summary>
Parses a <see cref="T:Json.Path.JsonPath"/> from a string.
</summary>
<param name="source">The source string.</param>
<returns>The parsed path.</returns>
<exception cref="T:Json.Path.PathParseException">Thrown if a syntax error occurred.</exception>
</member>
<member name="M:Json.Path.JsonPath.TryParse(System.String,Json.Path.JsonPath@)">
<summary>
Attempts to parse a <see cref="T:Json.Path.JsonPath"/> from a string.
</summary>
<param name="source">The source string.</param>
<param name="path">The resulting path.</param>
<returns><code>true</code> if successful; otherwise <code>false</code>.</returns>
</member>
<member name="M:Json.Path.JsonPath.Evaluate(System.Text.Json.JsonElement@)">
<summary>
Evaluates the path against a JSON instance.
</summary>
<param name="root">The root of the JSON instance.</param>
<returns>The results of the evaluation.</returns>
</member>
<member name="M:Json.Path.JsonPath.ToString">
<summary>Returns a string that represents the current object.</summary>
<returns>A string that represents the current object.</returns>
</member>
<member name="T:Json.Path.PathMatch">
<summary>
Represents a single match.
</summary>
</member>
<member name="P:Json.Path.PathMatch.Value">
<summary>
The value at the matching location.
</summary>
</member>
<member name="P:Json.Path.PathMatch.Location">
<summary>
The location where the value was found.
</summary>
</member>
<member name="T:Json.Path.PathParseException">
<summary>
Thrown when an error occurs attempting to parse a JSON Path.
</summary>
</member>
<member name="P:Json.Path.PathParseException.Index">
<summary>
The index at which the error occurred.
</summary>
</member>
<member name="T:Json.Path.PathResult">
<summary>
The results of a JSON Path evaluation against a JSON instance.
</summary>
</member>
<member name="P:Json.Path.PathResult.Matches">
<summary>
The list of matches.
</summary>
</member>
<member name="P:Json.Path.PathResult.Error">
<summary>
An error, if any, that occurred during evaluation.
</summary>
</member>
</members>
</doc>

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