TraeckIt :: Json Merge :: Library

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

License

License

Categories

Categories

JSON Data
GroupId

GroupId

it.traeck.tools.json-merge
ArtifactId

ArtifactId

json-merge
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download json-merge

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
javax.json : javax.json-api jar 1.1.4

test (3)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0.1
1.0.0