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
So my suggestion is can we print sequence of array value?
like if i want to print value of array 5 to array 25 so what to do?
can we do like that jj -l [5-25] or something else
The text was updated successfully, but these errors were encountered:
example_json:
[{"token":"147","symbol":"abcd"},{"token":"92","symbol":"efgh"},{"token":"118","symbol":"ijkl"}]
jj -l [0]
it print first/one array value`jj -l [0,1,2]
it print first 3 array valueSo my suggestion is can we print sequence of array value?
like if i want to print value of array 5 to array 25 so what to do?
can we do like that
jj -l [5-25]
or something elseThe text was updated successfully, but these errors were encountered: