JsonPathKt
A lighter and more efficient implementation of JsonPath in Kotlin Multiplatform
File Explorer
Download Latest Version (.zip)- benchmark.yml
- check.yml
- pr-package-lock.yml
- publish_release.yml
- publish_snapshot.yml
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- Benchmark.kt
- JsBenchmark.kt
- index.html
- JvmBenchmark.kt
- NativeBenchmark.kt
- WasmJsBenchmark.kt
- build.gradle.kts
- jsonpath-core.api
- jsonpath-core.klib.api
- JsonArrayBuilder.kt
- JsonNode.kt
- JsonType.kt
- ArrayAccessorToken.kt
- ArrayLengthBasedRangeAccessorToken.kt
- DeepScanArrayAccessorToken.kt
- DeepScanLengthBasedArrayAccessorToken.kt
- DeepScanObjectAccessorToken.kt
- DeepScanWildcardToken.kt
- MultiArrayAccessorToken.kt
- MultiObjectAccessorToken.kt
- ObjectAccessorToken.kt
- Token.kt
- WildcardToken.kt
- JsonPath.kt
- PathCompiler.kt
- ResolutionOptions.kt
- .editorconfig
- ArrayAccessorsTest.kt
- ArrayRangesTest.kt
- CoreParseTest.kt
- DeepScansTest.kt
- ListCollectionsTest.kt
- MapObjectsTest.kt
- MultiArrayAccessorsTest.kt
- MultiObjectAccessorsTest.kt
- ObjectAccessorsTest.kt
- TypecastingTest.kt
- WildcardTest.kt
- WrapSingleValueTest.kt
- .editorconfig
- ArrayAccessorTokenTest.kt
- ArrayLengthBasedRangeAccessorTokenTest.kt
- DeepScanArrayAccessorTokenTest.kt
- DeepScanLengthBasedArrayAccessorTokenTest.kt
- DeepScanObjectAccessorTokenTest.kt
- DeepScanWildcardTokenTest.kt
- MultiArrayAccessorTokenTest.kt
- MultiObjectAccessorTokenTest.kt
- ObjectAccessorTokenTest.kt
- WildcardTokenTest.kt
- JsonNodeTest.kt
- PathCompilerTest.kt
- TestUtils.kt
- build.gradle.kts
- gradle.properties
- jsonpath-jsonjava.api
- JsonJavaJsonNode.kt
- JsonJavaResolution.kt
- build.gradle.kts
- gradle.properties
- jsonpath-kotlinx.api
- jsonpath-kotlinx.klib.api
- KotlinxJsonNode.kt
- KotlinxResolution.kt
- build.gradle.kts
- gradle.properties
- JsonFixtures.kt
- build.gradle.kts
- package-lock.json
- package-lock.json
- .ci-java-version
- .editorconfig
- .gitignore
- build.gradle.kts
- changelog_config.json
- Dangerfile.df.kts
- detekt.yml
- format
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- renovate.json
- settings.gradle.kts
# Installation Guide
1. Get the code
git clone https://github.com/eygraber/JsonPathKt
Downloads the entire project code from GitHub to your computer.
cd JsonPathKt
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
