Create a list of dictionaries and write out some JSON from it. It should resemble below once executed:
[
{
filename: ‘groupproject.txt’,
foldername: ‘c:\\class’,
size: 345
lastmod: ‘08/11/2015 5:15AM’
},
{
filename: ‘homework5.txt’,
foldername: ‘c:\\class\\section’,
size: 856
lastmod: ‘09/05/2017 8:24PM’
},
and etc..
]
Since you have not mentioned the language of your preference, I am providing the code in Python.
CODE

Create a list of dictionaries and write out some JSON from it. It should resemble below...
In a python script, create a list of dictionaries and write JSON from out of the dictionaries.
The code should work exactly the same as given example.
The files:
----------------------------------------------------------------------------------------------------
-------- FILE NAME -------
album0
---------- FILE -------
<album>
323
Licensed to Ill
Beastie Boys
25.0
</album>
<album>
70
Enter the Wu_Tang: 36 Cham...
Wu Tang Clan
25.99
</album>
turning to Alice, she went on, `What's your name, child?'
and there stood the Queen in front of them, with her arms
folded,
<album>
115
Daydream Nation
Sonic Youth
5.0
</album>
<album>
414
52nd Street
Billy Joel
25.75...
HELLO, PLEASE TAKE TIME TO ANSWER THIS QUESTION. PLESE ENSURE ITS CORRECT AND SHOW THAT THE PROGRAM RUNS. Task 1: Enforcing const-ness throughout Your first job will be to go through all of the code and decide which functions should be declared const. You should find several places throughout the program where this makes sense. We will also make the id data member in the Customer class const , as once a customer has been created their ID will never...