Variable: mockJsonPlugin

const mockJsonPlugin: LixPlugin

A mock plugin that handles JSON data.

Use this mock plugin for testing purposes. Do not use this plugin in production! It may change at any time.

Example

const lix = await openLix({
    providePlugins: [mockJsonPlugin],
  });
ON THIS PAGE