Json and beyond
  • Introduction
  • JsonView
  • JsonPath
  • JsonAssert
  • Gson
  • Jackson
  • JSON.simple
  • serialization/deserialization
Powered by GitBook
On this page

Was this helpful?

Gson

Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object.

PreviousJsonAssertNextJackson

Last updated 5 years ago

Was this helpful?