json_builder_pro 1.1.0
json_builder_pro: ^1.1.0 copied to clipboard
A powerful and intuitive Dart package for programmatically building, manipulating, and parsing JSON structures using a tree-based, object-oriented approach.
1.1.0 #
- New Feature: Implemented
factory JSONTree.fromJson(String jsonString)for parsing JSON strings into the tree structure. - Enhancement: Enforced single root element in
JSONTrunkto ensure valid JSON output. - Enhancement: Added dedicated
JSONNullLeaffor explicit representation of JSON null values. - Improvement: Expanded test coverage for new features and core functionalities.
1.0.4 #
- Updated for Dart SDK compatibility.
- Renamed 'examples' directory to 'example'.
1.0.0 #
- Initial release of the package.