Skip to content

Version 2.0

Latest
Compare
Choose a tag to compare
@anymaker anymaker released this 12 May 08:58
· 6 commits to master since this release

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.