UNPKG

comment-json

Version:

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

14 lines (11 loc) 247 B
const {parse, tokenize} = require('./parse') const stringify = require('./stringify') const {CommentArray} = require('./array') const {assign} = require('./common') module.exports = { parse, stringify, tokenize, CommentArray, assign }