Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 759 Bytes

api.md

File metadata and controls

28 lines (17 loc) · 759 Bytes

Table of Contents

parseJson

Loop through all key/val pairs, and attempt to JSON parse those values.

Parameters

  • data Object an object with key/val pairs where vals are strings that could be JSON.
  • options Object an options object
  • normalized Boolean if true, options are already normalized.

Returns Object a possibly parsed JSON object