json-prism
Version:
Immutable Prisms, i.e. Taking a Multifoci Json Path to Immutability, or A sentient item has some ability to communicate, either by sharing its emotions, broadcasting its thoughts telepathically, or speaking aloud.
20 lines (16 loc) • 425 B
JavaScript
;
var _require = require('./json-path'),
normalize = _require.normalize,
stringify = _require.stringify;
var _require2 = require('./sortByPath'),
sortByPath = _require2.sortByPath;
var _require3 = require('./trace'),
show = _require3.show,
aLine = _require3.aLine;
module.exports = {
normalize: normalize,
stringify: stringify,
sortByPath: sortByPath,
show: show,
aLine: aLine
};