interpolate-json
Advanced tools
Changelog
2.1.0
Changelog
2.0.0
// declare the variable at the beginning
const interpolation = require('interpolate-json').interpolation;
// or
const { interpolation } = require('interpolate-json');
reset()
suffix
is mandatory if function expression is used.subKeyPointer
is restricted to dot(.
), hash(#
), underscore(_
) & colon(:
) (or it's multiple, like: ::
etc)funcSpecifier
is fixed to equal(=
)escapeSpecifier
is fixed to star(*
)