Skip to content

Commit 7c6fc99

Browse files
authored
Update README.md
1 parent 6fa4b11 commit 7c6fc99

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,27 @@ Project goals include:
1919

2020
The files in this package implement JSON encoders and decoders. The package can also convert between JSON and XML, HTTP headers, Cookies, and CDL.
2121

22-
# Build Instructions
22+
# Build Instructions (pre-alpha)
2323

2424
The org.json package can be built from the command line ONLY Maven. The unit tests can be executed from Maven only.
25+
in project's pom.xml add:
26+
<dependencies>
27+
<dependency>
28+
<groupId>com.github.leonardofel</groupId>
29+
<artifactId>json-java-put-null-fix</artifactId>
30+
<version>3.0.29</version>
31+
</dependency>
32+
....
33+
</dependencies>
34+
....
35+
<repositories>
36+
....
37+
<repository>
38+
<id>jitpack.io</id>
39+
<url>https://jitpack.io</url>
40+
</repository>
41+
</repositories>
42+
2543

2644
**Building from the command line**
2745

0 commit comments

Comments
 (0)