tools
tools copied to clipboard
Added the `toJson` method in `Pubspec`
Description
Fixes #1801 by adding toJson method in Pubspec class.
Changes
- Added the
toJsonserializable to serialize object intomap. - Added tests to validate functionality round-trip the shape of the source.
- Updated
CHANGELOG.mdto document the changes.
Checklist
- [x] I’ve reviewed the contributor guide and followed the relevant guidelines.
- [x] Added tests to ensure the new feature works as intended.