I have this JSON
var b = {
"Id": 1,
"ProductCode": 148,
"Battery": "",
"OS": "",
"SimCardCount": null,
"CPU": "",
"ScreenSize": null,
"InternalStorage": null,
"RAM": null,
"MemoryCard": null,
"Have3G": false,
"Have4G": false,
"Camera": null,
"FrontCamera": null
};
but this titles is not to be fixed. For example : maybe "Battery" changes to "Color".
I want to show this JSON in to the html Dynamically