Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 434 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 434 Bytes

Changelog

All release notes for the json_serializer library will be documented on this page.

[0.2.0] - 2023-09-19

Added

  • JSON serialization functionality.

[0.1.0] - 2023-09-19

Added

  • JSON deserialization functionality.
  • Support for deserialization of nested objects.
  • Ability to customize deserialization with user-defined types.
  • JsonConversionException exception for handling JSON conversion errors.