is not current version
Last Version 1.1

com.github.ramalapure:json-parser 1.0

The library performs an operation on JSON and returns CSV data in the following output formats: String, File, and Writer.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.ramalapure
ArtifactId

ArtifactId

json-parser
Version

Version

1.0
Type

Type

jar

Download json-parser 1.0


<!-- https://jarcasting.com/artifacts/com.github.ramalapure/json-parser/ -->
<dependency>
    <groupId>com.github.ramalapure</groupId>
    <artifactId>json-parser</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ramalapure/json-parser/
implementation 'com.github.ramalapure:json-parser:1.0'
// https://jarcasting.com/artifacts/com.github.ramalapure/json-parser/
implementation ("com.github.ramalapure:json-parser:1.0")
'com.github.ramalapure:json-parser:jar:1.0'
<dependency org="com.github.ramalapure" name="json-parser" rev="1.0">
  <artifact name="json-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ramalapure', module='json-parser', version='1.0')
)
libraryDependencies += "com.github.ramalapure" % "json-parser" % "1.0"
[com.github.ramalapure/json-parser "1.0"]