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

2 lines
67 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
{} | addKey(1;"one") | addKey(2; "two") | removeKey(1) | getKey(2)