Skip to content

Commit 9f58a7c

Browse files
committed
add a note about Juneau addition
1 parent c8db388 commit 9f58a7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ using widely-used, popular Java JSON libraries like:
99
* [Jackson](https://github.com/FasterXML/jackson)
1010
* Also: lighter-weight [Jackson-jr](https://github.com/FasterXML/jackson-jr)
1111

12-
as well as some of newer Java JSON library options:
12+
as well as some of newer Java JSON library (or multi-format with JSON support) options:
1313

1414
* [Boon](https://github.com/boonproject/boon/wiki/Boon-JSON-in-five-minutes)
1515
* [DSL-JSON](https://github.com/ngs-doo/dsl-json) (compatible with [DSL-Platform](https://dsl-platform.com/))
1616
* [Johnzon](http://johnzon.incubator.apache.org/)
1717
* pre-1.0, incubation release
1818
* [json-io](https://github.com/jdereg/json-io)
1919
* [json-parse](https://github.com/mitchhentges/json-parse)
20+
* [Juneau](http://juneau.apache.org/)
2021
* [Moshi](https://github.com/square/moshi): Android-optimized lib (by some of GSON authors)
2122

2223
The criteria for inclusion here is that for a library to be included it should

0 commit comments

Comments
 (0)