Jackson (JSON library for Java)

Jackson (JSON library for Java)

-GitHub - FasterXML/jackson: Main Portal page for the Jackson project
--https://github.com/FasterXML/jackson
-->This is the home page of the Jackson Project, formerly known as the standard JSON library for Java (or JVM platform in general), or, as the "best JSON parser for Java." Or simply as "JSON for Java."

-GitHub - FasterXML/jackson-core: Core part of Jackson that defines Streaming API as well as basic shared abstractions
--https://github.com/FasterXML/jackson-core

-GitHub - FasterXML/jackson-annotations: Core annotations (annotations that only depend on jackson-core) for Jackson data processor
--https://github.com/FasterXML/jackson-annotations

-GitHub - FasterXML/jackson-databind: General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
--https://github.com/FasterXML/jackson-databind

-Central Repository: com/fasterxml/jackson/core
--http://repo1.maven.org/maven2/com/fasterxml/jackson/core/

-[ヅ] Jackson で JSON ファイルを読み込んで Java の Map と List にマッピングする (2015-06-17)
--http://www.nilab.info/z3/20150617_01_java_json_object_mapping_by_jackson.html