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
Yes, it's not useful at all -- I have different structure in last element
and must drop it before applying -a to rest. Without negative indexes it's
relatively cumbersome task. I hope there is way to fix it at least.
On Tue, Aug 23, 2016, 02:04 Jordan Metzmeier [email protected]
wrote:
This appears to work if it wraps around to the first element, but that's
not very useful:
In man for
-d
we haveNegative array indexes will wrap around.
Trying
$ echo '[1,2,3]' | jshon -d -1
Did I misinterpreted man?
The text was updated successfully, but these errors were encountered: