使用JavaScript迭代低谷JSON

时间:2019-03-07 14:14:59

标签: json typescript

我有一个结构:

var j = { a: { optional: true, type: 'string' },
  b: { optional: true, type: 'string' },
  c: { optional: true, type: 'string' } 
}

如何遍历每个元素,以便在屏幕上作为新行打印?

谢谢。

0 个答案:

没有答案