UNPKG

@intenda/opus-ui-json-builder

Version:

Provides the `jsonBuilder` component type for use by Opus UI applications.

6 lines 175 B
const helper = (jsonLines, changeRowNumber, newValue) => { jsonLines[changeRowNumber] = newValue; const json = jsonLines.join(''); return json; }; export default helper;