2darray
Create a 2D JSON array from multiple input sources
2darray
merges multiple input sources to create a two dimensional array in JSON
2darray: { code-block } { code-block } -> <stdout>
» ps: -fe -> head: -n 10 -> set: ps
» 2darray { $ps[UID] } { $ps[PID] } { $ps[TTY] } { $ps[TIME] }
[
[
"",
"",
"",
""
],
[
"UID",
"PID",
"TTY",
"TIME"
],
[
"root",
"1",
"?",
"00:00:02"
],
[
"root",
"2",
"?",
"00:00:00"
],
[
"root",
"3",
"?",
"00:00:00"
],
[
"root",
"4",
"?",
"00:00:00"
],
[
"root",
"6",
"?",
"00:00:00"
],
[
"root",
"8",
"?",
"00:00:00"
],
[
"root",
"9",
"?",
"00:00:03"
],
[
"root",
"10",
"?",
"00:00:19"
],
[
"root",
"11",
"?",
"00:00:01"
]
]
2darray
can have as many or as few code blocks as you wish.
@[
(range): Outputs a ranged subset of data from STDIN[
(index): Outputs an element from an array, map or tablea
(mkarray): A sophisticated yet simple way to build an array or listappend
: Add data to the end of an arraycount
: Count items in a map, list or arrayja
(mkarray): A sophisticated yet simply way to build a JSON arrayjson
: JavaScript Object Notation (JSON) (primitive)jsplit
: Splits STDIN into a JSON array based on a regex parametermap
: Creates a map from two data sourcesmsort
: Sorts an array - data type agnosticmtac
: Reverse the order of an arrayprepend
: Add data to the start of an arrayThis site's content is rebuilt automatically from murex's source code after each merge to the master
branch. Downloadable murex binaries are also built with the website.
Last built on Thu May 26 22:49:43 UTC 2022 against commit 59e27bb59e27bb1013043fc4a940cf9a2767c63f31dad2c.
Current version is 2.8.2100 which has been verified against 15889 tests cases.