Skip to content
/ jq Public

A nuget distribution of the official JQ implementation, for easy consumption from .NET

License

Notifications You must be signed in to change notification settings

devlooped/jq

Repository files navigation

./jq for .net

Version Downloads License Build

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

Clarius Org Kirill Osenkov MFB Technologies, Inc. Stephen Shaw Torutek DRIVE.NET, Inc. Ashley Medway Keith Pickford Thomas Bolon Kori Francis Toni Wenzel Giorgi Dalakishvili Mike James Uno Platform Dan Siegel Reuben Swartz Jacob Foshee Eric Johnson Ix Technologies B.V. David JENNI Jonathan Oleg Kyrylchuk Charley Wu Jakob Tikjøb Andersen Seann Alexander Tino Hager Mark Seemann Angelo Belchior Ken Bonny Simon Cropp agileworks-eu sorahex Zheyu Shen Vezel Michael Staib ChilliCream 4OTC

Sponsor this project  

Learn more about GitHub Sponsors

About

A nuget distribution of the official JQ implementation, for easy consumption from .NET

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published