back-end/JAVA
JAVA- Convert Java Object to from JSON
현창이
2020. 12. 8. 10:22
JSON으로 들어온 객체를 JAVA로 변환하여 보자.
먼저 외부 라이브러리가 있어야한다.
github.com/FasterXML/jackson-databind
FasterXML/jackson-databind
General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s) - FasterXML/jackson-databind
github.com
github.com/FasterXML/jackson-core
FasterXML/jackson-core
Core part of Jackson that defines Streaming API as well as basic shared abstractions - FasterXML/jackson-core
github.com
github.com/FasterXML/jackson-annotations
FasterXML/jackson-annotations
Core annotations (annotations that only depend on jackson-core) for Jackson data processor - FasterXML/jackson-annotations
github.com
구현
