UNPKG

comment-json

Version:

Parse and stringify JSON with comments. It will retain comments even when after saved!

9 lines (7 loc) 141 B
const {parse, tokenize} = require('./parse') const stringify = require('./stringify') module.exports = { parse, stringify, tokenize }