json-merge-shopify
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

JSON Merger and formatter for Shopify

JSON Merger

The library handles merging JSON objects and arrays.

npm install --save @smartimpact-it/json-merge-shopify
import { Merger } from '@smartimpact-it/json-merge-shopify';
const merger = new Merger({
  ancestor,
  ours,
  theirs,
  preferred,
  filename,
});
const merged = merger.merge();

JSON formatter

This formats JSON files to be Shopify compatible.

import { formatJson } from '@smartimpact-it/json-merge-shopify';
const formatted = formatJson(json);

Readme

Keywords

Package Sidebar

Install

npm i json-merge-shopify

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

85.7 kB

Total Files

24

Last publish

Collaborators

  • smartimpact