How to Merge JSON Array

1 · Hayato Iriumi · Aug. 18, 2020, 5:04 a.m.
I struggled to find out a way to merge JSON arrays, so to save you time, I will show you an example here. jq I’m sure there are several ways to accomplish it with programming languages, I will use jq. Just run brew install jq in your terminal if you use Mac. Sample Data fruits1.json … Continue reading "How to Merge JSON Array"...