Related problem
My data has this shape:
[{"metadata": {"creationTimestamp":"2024-04-15T12:11:00Z"}}]
Describe the solution you'd like
I would like to sort-by metadata.creationTimestamp, like I can do get metadata.creationTimestamp.
Describe alternatives you've considered
I could revert to jq, but I would prefer a solution with nushell's native tools.
Additional context and details
No response
Related problem
My data has this shape:
[{"metadata": {"creationTimestamp":"2024-04-15T12:11:00Z"}}]Describe the solution you'd like
I would like to
sort-by metadata.creationTimestamp, like I can doget metadata.creationTimestamp.Describe alternatives you've considered
I could revert to
jq, but I would prefer a solution with nushell's native tools.Additional context and details
No response