3.2.0 • Published 3 months ago

@hoast/process-parse v3.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 months ago

@hoast/process-parse

Parse a text value using a function or package.

Install

npm install @hoast/process-parse

Options

  • {String} property = 'contents' Dot notation path to the data property which should be used processed by the parser.
  • {Function} parser = JSON.parse Function which parse the value at the property path.