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().