A JSEP plugin for adding object expression support. Allows expressions of the form:
jsep('{ a: 1, b: { c }}[d]');
npm install @jsep-plugin/object
# or
yarn add @jsep-plugin/object
import jsep from 'jsep';
import jsepObject from '@jsep-plugin/object';
jsep.plugins.register(jsepObject);