extract-first-json
Version:
Extract the first JSON object or array from a string
23 lines (7 loc) • 652 B
Markdown
## [2.0.2](https://github.com/bconnorwhite/extract-first-json/compare/v2.0.1...v2.0.2) (2023-01-30)
### Bug Fixes
* remove unused dependency ([e37aac3](https://github.com/bconnorwhite/extract-first-json/commit/e37aac325b142ab06e4c2f07453583e070e5503f))
## [2.0.1](https://github.com/bconnorwhite/extract-first-json/compare/v2.0.0...v2.0.1) (2023-01-30)
# [2.0.0](https://github.com/bconnorwhite/extract-first-json/compare/v1.0.1...v2.0.0) (2023-01-30)
### Bug Fixes
* properly handle cases where an object is inside an array ([9429fdc](https://github.com/bconnorwhite/extract-first-json/commit/9429fdc1e64b8323d1ea2ba7ceffe0cb17a86911))