How to get all properties from my Object ?
My object is:
var myObj: Object = {
stringOne: "One",
stringTwo: "Two",
intOne: 1,
intTwo: 2
}
How to get all properties from my Object ?
My object is:
var myObj: Object = {
stringOne: "One",
stringTwo: "Two",
intOne: 1,
intTwo: 2
}