UNPKG

nested-object-to-key-value

Version:

A lightweight utility to flatten nested JavaScript objects into dot-notation key-value pairs and unflatten them back. Perfect for handling complex configurations, form data, or API transformations.

3 lines (2 loc) 64 B
export * from "./flattenJson"; export * from "./unflattenJson";