샘플용 json파일을 node.js로 파싱해서 화면에 출력해 보았다.
차후 완성본은 웹에 있는 json파일을 파싱해서
MongoDB에 저장하는 형태가 될것이다.
123.json 파일
[ {"blockHash":"0xe4c19d128dc6378021032b0d99caf7f4a4b2fb9842efe256b9b01110c51e5425", "to":"0x7a0e3ab3c9626018850c06a099981f0b1f183d95","value":"100000000000000000"},
"to":"0x7a0e3ab3c9626018850c06a099981f0b1f183d95","value":"100000000000000000"}, {"blockHash":"0x5de67426b406ac4b499f004fc6cbf44761c5ecd09713cc67617551d5f5834fb4", "to":"0x7a0e3ab3c9626018850c06a099981f0b1f183d95","value":"300000000000000000"}, {"blockHash":"0x76f3a085892c2f8f77f9c336b1662b3cdf4c5f36b6ec283a91a6cc5456d401f8", "to":"0x7a0e3ab3c9626018850c06a099981f0b1f183d95","value":"2000000000000000000"}] |
ex3.js node.js파일
var fs = require('fs'); console.log(result);
|
출력결과
'시스템' 카테고리의 다른 글
nodejs + mariadb 연동 (0) | 2019.01.14 |
---|---|
nodejs json파일 MongDB에 입력 (0) | 2018.12.04 |
Mongdb 설치 ubuntu 18 (0) | 2018.11.30 |
리눅스 node-gyp 에러 error (0) | 2018.11.23 |
시스템 해킹 자동화 공격 exploit (0) | 2016.03.12 |