import * as JSONB from 'json-buffer'; JSONB.parse('{ foo: true }'); JSONB.stringify({ foo: true });