Json to csv conversion

Converting JSON documents to flat CSV

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.opendevl
ArtifactId

ArtifactId

json2flat
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Json to csv conversion
Converting JSON documents to flat CSV
Project URL

Project URL

https://github.com/opendevl/Json2Flat
Source Code Management

Source Code Management

https://github.com/opendevl/Json2Flat

Download json2flat

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.0
com.jayway.jsonpath : json-path jar 2.2.0
com.fasterxml.jackson.core : jackson-databind jar 2.4.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0