RosettaCodeData/Task/Associative-array-Creation/Jq/associative-array-creation-3.jq
2023-07-01 13:44:08 -04:00

1 line
67 B
Text

{} | addKey(1;"one") | addKey(2; "two") | removeKey(1) | getKey(2)