I have a structure:
var j = { a: { optional: true, type: 'string' },
b: { optional: true, type: 'string' },
c: { optional: true, type: 'string' }
}
How to iterate trough each element so that is printing on a screen as a new line ?
Thanks.
I have a structure:
var j = { a: { optional: true, type: 'string' },
b: { optional: true, type: 'string' },
c: { optional: true, type: 'string' }
}
How to iterate trough each element so that is printing on a screen as a new line ?
Thanks.