File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ JSON2XML enables JSON transformation with XSLT even without having an XSLT 3.0 p
9
9
10
10
mvn clean install
11
11
12
- That should produce an executable JAR file ` target/json2xml-1.0.0 -SNAPSHOT-jar-with-dependencies.jar ` in which dependency libraries will be included.
12
+ That should produce an executable JAR file ` target/json2xml-1.0.2 -SNAPSHOT-jar-with-dependencies.jar ` in which dependency libraries will be included.
13
13
14
14
## Usage
15
15
16
16
The JSON data is read from ` stdin ` , UTF-8 encoding is expected. The resulting XML data is written to ` stdout ` .
17
17
18
- JSON2XML is available as a ` .jar ` as well as a Docker image [ atomgraph/json2xml] ( https://hub.docker.com/r/atomgraph/json2xml ) .
18
+ JSON2XML is available as a ` .jar ` as well as a Docker image [ atomgraph/json2xml] ( https://hub.docker.com/r/atomgraph/json2xml ) (recommended) .
19
19
20
20
## Example
21
21
Original file line number Diff line number Diff line change 47
47
<artifactId >javax.json-api</artifactId >
48
48
<version >1.1.4</version >
49
49
</dependency >
50
- <dependency >
51
- <groupId >org.glassfish</groupId >
52
- <artifactId >javax.json</artifactId >
53
- <version >1.1.4</version >
54
- </dependency >
55
50
</dependencies >
56
51
57
52
<build >
You can’t perform that action at this time.
0 commit comments