Skip to content

Instantly share code, notes, and snippets.

@slavafomin
Last active January 21, 2023 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slavafomin/7190cd633e1aa35cd62276fcb0448c89 to your computer and use it in GitHub Desktop.
Save slavafomin/7190cd633e1aa35cd62276fcb0448c89 to your computer and use it in GitHub Desktop.
{ "foo": 123456789123456789123 }
const object = JSON.parse('{ "foo": 123456789123456789123 }');
console.log(object.foo);
// Outputs: 123456789123456800000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment