j

jsonassert

Small library for those who have a hard time understanding the complexity of JSON Path.'
https://github.com/marcingrzejszczak/jsonassert
The Apache License, Version 2.0
Marcin Grzejszczak
Files download
File Operation
jsonassert-0.4.7.jar download
jsonassert-0.4.7.pom download
jsonassert-0.4.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.toomuchcoding.jsonassert</groupId>
  <artifactId>jsonassert</artifactId>
  <version>0.4.7</version>
</dependency>
Gradle Groovy
implementation 'com.toomuchcoding.jsonassert:jsonassert:0.4.7'
Gradle Kotlin
implementation("com.toomuchcoding.jsonassert:jsonassert:0.4.7")
Scala SBT
libraryDependencies += "com.toomuchcoding.jsonassert" % "jsonassert" % "0.4.7"
Groovy Grape
@Grapes(
  @Grab(group='com.toomuchcoding.jsonassert', module='jsonassert', version='0.4.7')
)
Apache Ivy
<dependency org="com.toomuchcoding.jsonassert" name="jsonassert" rev="0.4.7" />
Leiningen
[com.toomuchcoding.jsonassert/jsonassert "0.4.7"]
Apache Buildr
'com.toomuchcoding.jsonassert:jsonassert:jar:0.4.7'