Devlooped.JQ
1.7.1.2
Prefix Reserved
dotnet add package Devlooped.JQ --version 1.7.1.2
NuGet\Install-Package Devlooped.JQ -Version 1.7.1.2
<PackageReference Include="Devlooped.JQ" Version="1.7.1.2" />
paket add Devlooped.JQ --version 1.7.1.2
#r "nuget: Devlooped.JQ, 1.7.1.2"
// Install Devlooped.JQ as a Cake Addin #addin nuget:?package=Devlooped.JQ&version=1.7.1.2 // Install Devlooped.JQ as a Cake Tool #tool nuget:?package=Devlooped.JQ&version=1.7.1.2
Packs the jq binaries for easy execution from dotnet applications running on Linux (AMD64 and ARM64), macOS (AMD64 and ARM64) and Windows (AMD64 and i386).
When JsonPath falls short, jq
is the obvious next step in flexibility
and power for JSON manipulation.
jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.
Learn more about jq
at https://jqlang.github.io/jq/.
Usage
var name = await JQ.ExecuteAsync(
"""
{
"name": "John",
"age": 30
}
""",
".name"));
The JQ.Path
provides the full path to the jq binary that's appropriate
for the current OS and architecture.
Sponsors
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.