UNPKG

@aegisjsproject/parsers

Version:

A collection of secure & minimal parsers for HTML, CSS, SVG, MathML, XML, and JSON

2 lines (1 loc) 82 B
export const json = (...args) => JSON.parse(String.raw.apply(null, args).trim());