Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromjqlang/jq

Command-line JSON processor

License

NotificationsYou must be signed in to change notification settings

pkoppstein/jq

 
 

Repository files navigation

jq is a lightweight and flexible command-line JSON processor akin tosed,awk,grep, and friends for JSON data. It's written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data.

Documentation

Installation

Prebuilt Binaries

Download the latest releases from theGitHub release page.

Docker Image

Pull thejq image to start quickly with Docker.

Building from source

Dependencies

  • libtool
  • make
  • automake
  • autoconf

Instructions

git submodule update --init # if building from git to get onigurumaautoreconf -i               # if building from git./configure --with-oniguruma=builtinmake -j8make checksudo make install

Build a statically linked version:

make LDFLAGS=-all-static

If you're not using the latest git version but instead building a released tarball (available on the release page), skip theautoreconf step, and flex or bison won't be needed.

Cross-Compilation

For details on cross-compliation, check out theGitHub Actions file and thecross-compliation wiki page.

Community & Support

License

jq is released under theMIT License.

About

Command-line JSON processor

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C80.1%
  • M47.0%
  • Shell4.2%
  • Yacc3.7%
  • jq2.6%
  • Makefile1.4%
  • Other1.0%

[8]ページ先頭

©2009-2025 Movatter.jp