Skip to content

Instantly share code, notes, and snippets.

@dhilipkmr
Created March 22, 2020 07:01
Show Gist options
  • Save dhilipkmr/81c8948e45689e2760cc151cedb4de9b to your computer and use it in GitHub Desktop.
Save dhilipkmr/81c8948e45689e2760cc151cedb4de9b to your computer and use it in GitHub Desktop.
const input = {a: [1,2,'444', true], "b": 4, c:"c"};
JSON.superStringify(input); // "{"a":[1,2,"444","true"],"b":4,"c"}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment