Problem :
obj = {
module1 : {type :'int' , value : 100 },
module2 : {type :'str' , value : 'bio' }
module3 : {type :'boolean' , value : 'true' }
}
how to print the object name/ object property
eg : expected string " module1 module2 module3"
Please consider adding a comment when voting down so that the question can be improved. Thanks.