Trying to embed a json data as a multiline text to a key within a list of json data, and save the list as a well indented json file
I have a list of json data called mylist containing a site's data. I want to append the site's network logs as a value to the the list in a key value pair. Since the network logs is a large…