I am looking to merge two json messages. What I found is that it is a lot more difficult than I thought.. it needs to be parsed and serialized. The new JSON looks nothing like either input JSON file...
Why can't just cut and paste to generate a new JSON file? Do I have to do it programmatically?