tiny-save-as Demo

const json = {
  bool: true,
  num: 3.14159,
  str: 'string',
  obj: {
    foo: 'bar'
  }
};