$ cnpm install extract-first-json
Extract the first JSON object or array from a string.
yarn add extract-first-json
npm install extract-first-json
import { extractJSON, extractJSONObject, extractJSONArray } from "extract-first-json";
const string = `Results: { "ok": true }`;
extractJSON(string); // { ok: true }
Copyright 2013 - present © cnpmjs.org | Home |