RosettaCodeData/Task/Associative-array-Creation/Jq/associative-array-creation-3.jq
2017-09-25 22:28:19 +02:00

1 line
67 B
Text

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