{
"id": 83,
"key": "hello",
"en": "Hello",
"mm": "This is greeting",
"created_at": "2016-12-05T10:14:02.928Z",
"updated_at": "2017-01-31T02:57:11.181Z"
}
I'm trying to get value from mm
key in NodeJS. I've tried to get translation["mm"]
but it does not work at all. Please help me how to get mm
from above data.
My current node version is 5.11