@allanlancioni/flatten-json
Simple module to flatten and unflatten a JavaScript object.
Simple module to flatten and unflatten a JavaScript object.
does not flatten cats
Take a nested Javascript object and flatten it, or unflatten an object with delimited keys
Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.
a more robust representation for flatten objects
This library is used to unflatten an object to nested object form.
A lightweight JavaScript library to flatnested JSON objects into a single-level structure.
Walk or map over objects in a depth-first preorder or postorder manner.
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.
Convert array to tree fastly, and opposite.
Take a nested Javascript object and flatten it, or unflatten an object with delimited keys
flatten a list of objects into a flat typed / untyped array, or an untyped array of arrays, then un-flatten the result back into the original objects again.
A powerful SDK for complex object manipulation, including deep flattening, unflattening, property checks, and modifications.
Take a nested Javascript object and flatten it, or unflatten an object with delimited keys. Fork from (hughsk/flat).
fuzzyjson - flatten/unflatten json data