You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there is a config that will allow me to flatten my JSON file starting at a specific depth instead of always flattening from the root to leaf.
Hello,
First thanks for such a great library!
I was wondering if there is a config that will allow me to flatten my JSON file starting at a specific depth instead of always flattening from the root to leaf.
Use case:
Input:
Output:
Looking at the current options it seems like this would be the opposite of
maxDepth
. Maybe aminDepth
option.The text was updated successfully, but these errors were encountered: