Question: Use GOLANG, Write a program that takes an input JSON file with bank account information. An example file will be provided. For each entry you
Use GOLANG,
Write a program that takes an input JSON file with bank account information. An example file will be provided. For each entry you should add 100 dollars to the balance for each record. The output file (also in JSON) should be the same as the input file but with the balance being 100 dollars more than the balance read from the input file.
example file:
[
{"Name":"Hanan","AccountID":11111,"Balance":250.20}, {"Name":"Arshin","AccountID":21111,"Balance":350.20} ]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
