Registry / serialization / jackson-jq

jackson-jq

JSON →
library1.6.1javamavenunverified

Jackson JQ implements jq-like JSON querying and transformation for Jackson JSON processor.

<dependency> <groupId>net.thisptr</groupId> <artifactId>jackson-jq</artifactId> <version>1.6.1</version> </dependency>
INSTALL
IMPORT
SIG · JACKSON-JQ
J
jackson-jq
serializationjavav1.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JsonQuery
net.thisptr.jackson.jq.JsonQuery

Minimal usage of Jackson JQ to query JSON

import net.thisptr.jackson.jq.JsonQuery; import com.fasterxml.jackson.databind.ObjectMapper; public class Example { public static void main(String[] args) throws Exception { ObjectMapper mapper = new ObjectMapper(); JsonQuery query = JsonQuery.compile(".key"); System.out.println(query.apply(mapper.readTree("{\"key\":\"value\"}"))); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jackson-jq — mvn dependency:get jackson-jq · libregistry