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

com.github.wnameless:json-flattener 0.1.1

A Java utility used to flatten nested JSON objects and even more to unflatten it back

Категории

Категории

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

Группа

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

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

json-flattener
Версия

Версия

0.1.1
Тип

Тип

jar

Скачать json-flattener 0.1.1


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