Parse a snapshot JSON string previously produced by serializeSnapshot / renderSnapshotScript. Escaped \uXXXX sequences are handled natively by JSON.parse, so no un-escaping step is required.
\uXXXX
JSON.parse
The snapshot JSON string (element textContent).
textContent
The parsed value, or an empty object if the input is empty/invalid.
Parse a snapshot JSON string previously produced by serializeSnapshot / renderSnapshotScript. Escaped
\uXXXXsequences are handled natively byJSON.parse, so no un-escaping step is required.