Associative array/Merging: Difference between revisions

(Add Tcl version)
Line 759:
"year": 1974
}</pre>
 
=={{header|jq}}==
 
Mapping “associative array” to “JSON object” in the natural way, the specified operation corresponds exactly to addition in jq, so that if A and B are the first and second objects respectively, then the jq expression `A + B` will yield the required result (as a JSSON object).
 
=={{header|Julia}}==
2,482

edits