j

json-parser

The library performs an operation on JSON and returns CSV data in the following output formats: String, File, and Writer.
https://github.com/RamAlapure/jsonparser
The Apache License, Version 2.0
Ram Alapure
Files download
File Operation
json-parser-1.1.jar download
json-parser-1.1.pom download
json-parser-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ramalapure</groupId>
  <artifactId>json-parser</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.ramalapure:json-parser:1.1'
Gradle Kotlin
implementation("com.github.ramalapure:json-parser:1.1")
Scala SBT
libraryDependencies += "com.github.ramalapure" % "json-parser" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ramalapure', module='json-parser', version='1.1')
)
Apache Ivy
<dependency org="com.github.ramalapure" name="json-parser" rev="1.1" />
Leiningen
[com.github.ramalapure/json-parser "1.1"]
Apache Buildr
'com.github.ramalapure:json-parser:jar:1.1'