Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 459 Bytes

File metadata and controls

23 lines (13 loc) · 459 Bytes

java-jsonpath

A port of python-jsonpath, an RFC 9535 compliant implementation of JSON Path Query with extensions.

Features

  • Fully compliant with RFC 9535
  • Easy to use API
  • Comprehensive test suite
  • Well-documented

Usage

Building from Source

This project uses Gradle with Kotlin DSL for building: bash ./gradlew build

Contributing

Contributions will eventually be welcome after this port has achieved some level of critical mass.