json_builder_pro 1.1.1
json_builder_pro: ^1.1.1 copied to clipboard
A Dart package for programmatically constructing and manipulating complex JSON structures.
1.1.1 #
-
Features:
- Initial implementation of a tree-based JSON builder.
- Support for building JSON objects, arrays, strings, numbers, booleans, and nulls.
- Generates formatted JSON string output with configurable indentation.
-
Refinements:
- Updated
pubspec.yamlwith comprehensive metadata (description, homepage, repository, version). - Added detailed documentation comments (///) to all public APIs for improved usability and clarity.
- Ensured code consistency and adherence to Dart style guidelines using
dart format. - Resolved all static analysis issues reported by
dart analyze. - Initialized Git repository and made an initial commit for version control.
- Updated
-
Bug Fixes:
- Corrected
toJSONStringoutput formatting forJSONObjectNodeandJSONArrayNodeto ensure proper newlines and indentation.
- Corrected
1.0.0 #
- Initial version.