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!