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

2 lines
67 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
{} | addKey(1;"one") | addKey(2; "two") | removeKey(1) | getKey(2)