RosettaCodeData/Task/Associative-array-Creation/Jq/associative-array-creation-...

2 lines
67 B
Plaintext

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