Skip to content

Instantly share code, notes, and snippets.

@joschuck
Last active July 27, 2021 19:58
Show Gist options
  • Select an option

  • Save joschuck/2cb9f85c25855b003501 to your computer and use it in GitHub Desktop.

Select an option

Save joschuck/2cb9f85c25855b003501 to your computer and use it in GitHub Desktop.
copy array to clipboard chrome console
copy(JSON.stringify(YOUR_JSON_ARRAY_OR_OBJECT));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment