Tooltip 9 : Combining JSON attributes using jq
In this short clip, we’ll continue looking at jq to combine (first name and last name) attributes of a JSON object and then build a new attribute (full name).
Requirements:
๐:
๐ Tested on MacOS Mojave but should work on earlier versions and all flavours of Linux
๐ Although jq
is really powerful but watch out for over using it. It is probably more easier to achieve the same thing in a proper language.