|
1 | 1 |
|
2 | | -##### Note: this is a fork for a private project that includes PRs for the Java module system abd Java Record classes. I'm not actively supporting this. |
| 2 | +#### Note: this is a fork for a private project that includes PRs for the Java module system and Java Record classes. I'm not actively supporting this. |
3 | 3 |
|
4 | | -[](https://travis-ci.org/json-iterator/java) |
5 | | -[](https://codecov.io/gh/json-iterator/java) |
6 | | -[](https://raw.githubusercontent.com/json-iterator/java/master/LICENSE) |
7 | | -[](https://gitter.im/json-iterator/Lobby) |
| 4 | +Original Project status (not this fork): |
| 5 | +[](https://travis-ci.org/json-iterator/java) |
| 6 | +[](https://codecov.io/gh/json-iterator/java) |
| 7 | +[](https://raw.githubusercontent.com/json-iterator/java/master/LICENSE) |
| 8 | +[](https://gitter.im/json-iterator/Lobby) |
8 | 9 |
|
9 | 10 | Documentation : [http://jsoniter.com/java-features.html](http://jsoniter.com/java-features.html) |
10 | 11 |
|
11 | 12 | Scala User: https://github.com/plokhotnyuk/jsoniter-scala |
12 | 13 |
|
13 | | -To use this fork: |
| 14 | +#### To use this fork: |
14 | 15 |
|
15 | 16 | Add jitpack.io as a repository: |
16 | 17 |
|
@@ -42,8 +43,8 @@ Add this dependency, by referring to this Github page: |
42 | 43 | </dependency> |
43 | 44 | ``` |
44 | 45 |
|
45 | | -Note: |
46 | | - The Java Module System enhancement has not been tested with jackson, gson or javassist. |
| 46 | +Note: |
| 47 | + **The Java Module System enhancement has not been tested with jackson, gson or javassist.** |
47 | 48 | You might however vote for this PR in the original project, so it gets more popularity and the remaning problems can be addressed: |
48 | 49 | [https://github.com/json-iterator/java/pull/325](https://github.com/json-iterator/java/pull/325) |
49 | 50 |
|
|
0 commit comments