object_modifier 1.0.0
object_modifier: ^1.0.0 copied to clipboard
A lightweight Dart library for merging, normalizing, and handling complex JSON structures effortlessly.
1.0.0 #
- 🔄 Merge two JSON Map objects recursively.
- 🧩 Merge and normalize complex List structures with identifier detection.
- ⚙️ Custom NonEncodableObjectNormalizer support for non-standard objects.
- 🪄 Smart handling of primitive, list, and map types.
- 💡 Simple and universal API: ObjectModifier.mergeMap() and ObjectModifier.mergeList().