🌐
GitHub
github.com › eiiches › jackson-jq
GitHub - eiiches/jackson-jq: jq for Jackson Java JSON Processor · GitHub
Please note that jackson-jq is a Java library and the CLI is provided solely for debugging/testing purpose (and not for production). The command-line options might change without notice. $ curl -LO https://repo1.maven.org/maven2/net/thisptr/jackson-jq-cli/1.6.0/jackson-jq-cli-1.6.0.jar $ java -jar jackson-jq-cli-1.6.0.jar --help usage: jackson-jq [OPTIONS...] QUERY -c,--compact compact instead of pretty-printed output -h,--help print this message --jq <arg> specify jq version -n,--null-input use `null` as the single input value -r,--raw output raw strings, not JSON texts $ java -jar jackson-jq-cli-1.6.0.jar '.foo' {"foo": 42} 42
Starred by 305 users
Forked by 44 users
Languages   Java 96.4% | Python 2.3%
🌐
GitHub
github.com › arakelian › java-jq
GitHub - arakelian/java-jq: Lightweight Java wrapper around JQ, a flexible JSON processor available for multiple platforms
java-jq supports modules as well. To use modules, include the directory paths where your modules can be found with your JqRequest as follows: final JqRequest request = ImmutableJqRequest.builder() // .lib(library) // .input("your json goes here") // .filter(".") // .addModulePath(new File("/some/modules/can/be/found/here")) // .addModulePath(new File("/other/modules/can/be/found/here")) // .build(); The library is available on Maven Central.
Starred by 92 users
Forked by 12 users
Languages   Java 77.3% | C 16.6% | Shell 3.5% | jq 2.0% | Dockerfile 0.6% | Java 77.3% | C 16.6% | Shell 3.5% | jq 2.0% | Dockerfile 0.6%
🌐
GitHub
github.com › bskaggs › jjq
GitHub - bskaggs/jjq: jq for Java
It's not a re-implementation of jq in Java; instead, it embeds the necessary jq and Oniguruma native libraries in a jar file, and then uses Java Native Access (JNA) to call the embedded libraries in a Java-friendly way. This library primarily exists to let you use jq with Hadoop MapReduce as part of hjq. jjq is heavily inspired by jq.py and ruby-jq, but any imperfections are my own. jjq requires Apache Maven to build, as well as standard C build tools for building the jq and Oniguruma dependencies.
Author   bskaggs
🌐
Maven Repository
mvnrepository.com › artifact › com.arakelian › java-jq › 1.3.0
Maven Repository: com.arakelian » java-jq » 1.3.0
January 28, 2022 - HomePage https://github.com/arakelian/java-jq 🔍 Inspect URL · Links · DateJan 28, 2022 · Filespom (1 KB)jar (2.7 MB)View All · RepositoriesCentralMulesoft · Ranking · #48241in MvnRepository · 💡 · Newer Version Available · 1.3.0→2.0.0 · (4 changes) Maven ·
Published   Jan 28, 2022
Version   1.3.0
🌐
Maven Repository
mvnrepository.com › artifact › com.arakelian › java-jq
Maven Repository: com.arakelian » java-jq
aar amazon android apache api arm assets build build-system bundle client clojure cloud config cran data database eclipse example extension framework github gradle groovy io ios javascript jvm kotlin library logging maven mobile module npm osgi plugin resources rlang sdk server service spring ...
🌐
GitHub
github.com › eiiches › jackson-jq › releases
Releases · eiiches/jackson-jq
Releases · eiiches/jackson-jq · 31 Aug 13:58 · eiiches · 1.6.0 · 7b37b5a · Compare · Choose a tag to compare · Could not load tags · Nothing to show · {{ refName }} default · Loading · 1.6.0 Latest · Latest · feat: add ceil function, floor already exists by @yann-combarnous in #498 · build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 by @dependabot[bot] in #494 ·
Author   eiiches
🌐
Dataverse
guides.dataverse.org › en › 4.8.6 › developers › dev-environment.html
Development Environment — Dataverse.org
March 28, 2018 - If you installed Maven instead of Netbeans, run mvn package. ... On Linux, install jq from your package manager or download a binary from http://stedolan.github.io/jq/
🌐
GitHub
github.com › eiiches › jackson-jq › blob › develop › 1.x › README.md
jackson-jq/README.md at develop/1.x · eiiches/jackson-jq
Please note that jackson-jq is a Java library and the CLI is provided solely for debugging/testing purpose (and not for production). The command-line options might change without notice. $ curl -LO https://repo1.maven.org/maven2/net/thisptr/jackson-jq-cli/1.1.0/jackson-jq-cli-1.1.0.jar $ java -jar jackson-jq-cli-1.1.0.jar --help usage: jackson-jq [OPTIONS...] QUERY -c,--compact compact instead of pretty-printed output -h,--help print this message --jq <arg> specify jq version -n,--null-input use `null` as the single input value -r,--raw output raw strings, not JSON texts $ java -jar jackson-jq-cli-1.1.0.jar '.foo' {"foo": 42} 42
Author   eiiches
🌐
Maven Central
central.sonatype.com › artifact › com.arakelian › java-jq
java-jq - com.arakelian - Maven Central - Sonatype
--> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.arakelian</groupId> <artifactId>java-jq</artifactId> <version>2.0.0</version> <name>Java JQ</name> <description>java-jq is not a re-implementation of jq in Java.
🌐
GitHub
github.com › sergiopino › maven
GitHub - sergiopino/maven: maven docker with jq
maven docker with jq. Contribute to sergiopino/maven development by creating an account on GitHub.
Author   sergiopino
Find elsewhere
🌐
Maven Repository
mvnrepository.com › artifact › net.thisptr › jackson-jq
Maven Repository: net.thisptr » jackson-jq
August 31, 2025 - aar android apache api arm assets build build-system bundle client clojure cloud config cran data database eclipse example extension framework github gradle groovy io ios javascript jvm kotlin library logging maven mobile module npm osgi persistence plugin resources rlang sdk server service ...
🌐
Stack Overflow
stackoverflow.com › questions › 60976373 › jackson-jq-running-jq-commands-from-java
Jackson-JQ: Running jq commands from java - Stack Overflow
$ curl -LO https://repo1.maven.org/maven2/net/thisptr/jackson-jq-cli/1.0.0-preview.20191208/jackson-jq-cli-1.0.0-preview.20191208.jar ... $ java -jar jackson-jq-cli-1.0.0-preview.20191208.jar --help usage: jackson-jq [OPTIONS...] QUERY -c,--compact compact instead of pretty-printed output -h,--help print this message --jq <arg> specify jq version -n,--null-input use `null` as the single input value -r,--raw output raw strings, not JSON texts
🌐
GitHub
github.com › timestored › jq
GitHub - timestored/jq: jq, an implementation of q on the JVM · GitHub
jq, an implementation of q on the JVM. Contribute to timestored/jq development by creating an account on GitHub.
Starred by 73 users
Forked by 13 users
Languages   Java 98.6% | ANTLR 1.4%
🌐
Maven Repository
mvnrepository.com › artifact › com.arakelian › java-jq › 0.9.0
Maven Repository: com.arakelian » java-jq » 0.9.0
March 1, 2018 - aar android apache api application arm assets build build-system bundle client clojure cloud config cran data database eclipse example extension framework github gradle groovy ios javascript jenkins kotlin library logging maven mobile module npm osgi plugin resources rlang sdk server service ...
🌐
Maven Central
repo1.maven.org › maven2 › com › arakelian › java-jq › 0.10.0
Central Repository: com/arakelian/java-jq/0.10.0
com/arakelian/java-jq/0.10.0 · / java-jq-0.10.0-javadoc.jar 2018-09-15 13:15 48175 java-jq-0.10.0-javadoc.jar.asc 2018-09-15 13:15 475 java-jq-0.10.0-javadoc.jar.asc.md5 2018-09-15 13:15 32 java-jq-0.10.0-javadoc.jar.asc.sha1 2018-09-15 13:15 40 java-jq-0.10.0-javadoc.jar.md5 2018-09-15 13:15 ...
🌐
GitHub
github.com › henhal › jq
GitHub - henhal/jq: This is a Java 7 compatible promise implementation aiming to conform to the Promises/A+ specification to as much extent as possible, with the constraints given by the Java 7 language.
The library offers utilities for wrapping other well-known asynchronous mechanisms such as Java 8 CompletionStage, Koushik Dutta's AndroidAsync/Ion Future implementation or standard Java5 Future into promises. JQ is published on Bintray/jCenter and may be sourced through maven or gradle.
Author   henhal
🌐
Quarkus
quarkus.io › extensions › io.quarkiverse.jackson-jq › quarkus-jackson-jq
Jackson Jq | Extensions
Minimum Java version · 17 · Group ID · io.quarkiverse.jackson-jq · Artifact ID · quarkus-jackson-jq · Built with · 3.26.1 · Status · preview · Category · miscellaneous · Keywords · #jackson-jq · #jackson · #jq · Repository · Maven Central · Issues · 0 ·
🌐
GitHub
gist.github.com › AlexRogalskiy › 85c01b3ff871a6c992f9566a7d4218e9
Maven jq assistant plugin · GitHub
Maven jq assistant plugin. GitHub Gist: instantly share code, notes, and snippets.
🌐
GitHub
github.com › jqassistant › jqa-maven-plugin
GitHub - jqassistant-archive/jqa-maven-plugin: jQAssistant Plugin for Apache Maven
jQAssistant Plugin for Apache Maven. Contribute to jqassistant-archive/jqa-maven-plugin development by creating an account on GitHub.
Starred by 16 users
Forked by 7 users
Languages   Java 81.4% | Groovy 18.6% | Java 81.4% | Groovy 18.6%