TraeckIt :: Json Merge :: Library

Library to merge Json Object together into a signle Json Object.

Лицензия

Лицензия

Категории

Категории

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

Группа

it.traeck.tools.json-merge
Идентификатор

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

json-merge
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

TraeckIt :: Json Merge :: Library
Library to merge Json Object together into a signle Json Object.

Скачать json-merge

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

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

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
javax.json : javax.json-api jar 1.1.4

test (3)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar 5.4.0
org.assertj : assertj-core jar 3.13.2
org.glassfish : javax.json jar 1.1.4

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

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

json-merge

A tiny utility to merge several (javax.json) JsonObject's together into a single JsonObject.

Components

  • json-merge library

    Small library to do the actual merging of JsonObject's

  • json-merge maven plugin

    Maven plugin using the library to be able to merge both json and yaml files as part of you build process.

For more details, see the corresponding component.

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

Версия
1.0.1
1.0.0