My array looks like this:
 {
        "fileinfo": {
        "database": "homestead",
        "git": "master",
        "date": 12,
        "year": 2018,
        "month": "October"
        }
 }
I want to pickup gitBranch, date, month, year from the array and print as
1 string
I tried vsprintf and sprintf, but cannot figured out.
 
     
    