Json to csv conversion

Converting JSON documents to flat CSV

Лицензия

Лицензия

Категории

Категории

JSON Данные
Группа

Группа

com.github.opendevl
Идентификатор

Идентификатор

json2flat
Последняя версия

Последняя версия

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Json to csv conversion
Converting JSON documents to flat CSV
Ссылка на сайт

Ссылка на сайт

https://github.com/opendevl/Json2Flat
Система контроля версий

Система контроля версий

https://github.com/opendevl/Json2Flat

Скачать json2flat

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.3
1.0.2
1.0.1
1.0