Associative array/Merging: Difference between revisions

m
No edit summary
Line 762:
=={{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 JSSONJSON object).
 
=={{header|Julia}}==
2,460

edits