Skip to content

Instantly share code, notes, and snippets.

@wan2land
Last active February 18, 2019 10:00
Show Gist options
  • Save wan2land/136749c3d22aeccf4b70a04eca678d3e to your computer and use it in GitHub Desktop.
Save wan2land/136749c3d22aeccf4b70a04eca678d3e to your computer and use it in GitHub Desktop.
medium-json-parser-1
const obj = {
  isregexp: /email/,
  isinfinity: Infinity,
  isninfinity: -Infinity,
  isnan: NaN,
}
JSON.stringify(obj) // '{"isregexp": {}, "isinfinity":null,"isninfinity":null,"isnan":null}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment