node-json-miner
json-miner extracts json(s) out of text dump
Install
npm install --save json-miner
Usage
const json_miner = ;var obj = "hello": "world" "embeded": '{"hello":"world"}';var text = `[Dec-25-2018 00:00:00] STATUS: OK, , Random suffix }`var result = json_miner;console; // result is an array of string
.dig(str [, return_index_mode])
- str
<string>
- String to be searched - return_index_mode
boolean
- When set totrue
result will be in a form of [[start_index,end_index]]. default tofalse