{"id":54295,"library":"json-path","title":"JsonPath","description":"Java library for querying and verifying JSON documents using JSONPath expressions.","status":"active","version":"3.0.0","language":"java","source_language":null,"source_url":"https://github.com/jayway/JsonPath","tags":["json","query","path","parsing"],"install":[{"cmd":"<dependency>\n  <groupId>com.jayway.jsonpath</groupId>\n  <artifactId>json-path</artifactId>\n  <version>3.0.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.jayway.jsonpath:json-path:3.0.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"JsonPath","correct":"com.jayway.jsonpath.JsonPath"}],"quickstart":{"code":"import com.jayway.jsonpath.JsonPath;\n\npublic class Example {\n    public static void main(String[] args) {\n        String json = \"{\\\"name\\\":\\\"John\\\",\\\"age\\\":30}\";\n        String name = JsonPath.read(json, \"$.name\");\n        System.out.println(name);\n    }\n}","lang":"java","description":"Reads a JSON field using JsonPath."},"warnings":[{"fix":"Explicitly configure JsonPath.Configuration to match expected behavior.","message":"JsonPath 3.0.0 changed default configuration; existing code may break if relying on previous defaults.","severity":"breaking","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'document':9 'express':12 'java':2 'json':8,13 'jsonpath':1,11 'librari':3 'pars':16 'path':15 'queri':5,14 'use':10 'verifi':7","created_at":"2026-06-15T08:58:08.637381+00:00","updated_at":"2026-06-15T08:58:08.637381+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/jayway/JsonPath","github":"https://github.com/jayway/JsonPath","docs":"https://appdoc.app/artifact/com.jayway.jsonpath/json-path/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}