Skip to content

Releases: anymaker/tnjson

Version 2.0

12 May 08:58
Compare
Choose a tag to compare

Created decorator 'TnJson' for greater convenience in large projects.
Autocomplete in IDE produces a more relevant result with less effort.
More short syntaxis.

While serializating:

  • Supporting incoming data with any type - Map, Collection, array, or any other object.
  • Supporting LocalDate, LocalTime and LocalDateTime.
  • Handlers for generating json in concrete path and by concrete type.

Incompatible with tnjson-1.x because:

  • Java with version less then 1.8 is unsupported.
  • Classes JsonSerializer and JsonParser now is internal, and you not haw access to there.
  • You must use decorator TnJson for access to functional.
  • Internal class JsonSerializer.Settings migrated to TnJsonBuilder.

First release

30 Mar 08:16
Compare
Choose a tag to compare
1.0

release 1.0