How do you access variables of a specific JSON format?

时间:2019-06-01 14:12:17

标签: javascript json

I have returned somehow a JSON format of this form:

[ BinaryRow { id: 1, name: 'test', description: 'test' },
BinaryRow { id: 2, name: 'aa', description: 'bb' } ]

how can I access the values of specific keys using Javascript? I can not understand this format at all, thank you!

0 个答案:

没有答案