var data = {
"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"
}
var string = JSON.stringify(data);
var objectValue = JSON.parse(string);
console.log("value :" + objectValue['CPID']);
'nodejs' 카테고리의 다른 글
[nodejs] ejs + firestore (0) | 2021.01.20 |
---|---|
[nodejs] firestore data get collection / document (0) | 2021.01.20 |
[nodejs] @grpc/grpc-js only works on Node ^8.13.0 || >=10.10.0 (0) | 2021.01.15 |
[nodejs][ubunt편집][vim] (0) | 2021.01.15 |
[nodejs] aws 초기 (0) | 2021.01.15 |