import * as BJSON from 'buffer-json'; BJSON.parse('{ foo: \'bar\' }'); BJSON.stringify({ foo: 'bar' });