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
When you do json-paths with foo[*].* you get nested arrays. while this is okay, sometimes you need to unwrap these into a single array. it would therefore be nice to have a function that would flatten one level of arrays in an array
When you do json-paths with
foo[*].*
you get nested arrays. while this is okay, sometimes you need to unwrap these into a single array. it would therefore be nice to have a function that would flatten one level of arrays in an arrayMaybe also add a
flatten_all
filter which flattens until the array no longer contains any other arrays.The text was updated successfully, but these errors were encountered: