I want output in the below JSON array format with command on linux/bash platform . Can anybody help
data in text file
test:test
test1:test1
test4:test4
Expecting output:
{array : 
   [
     {test:test},
     {test1:test1}, 
     {test4:test4}
   ]
}
 
     
     
    