Skip to content

Instantly share code, notes, and snippets.

@jgphilpott
Last active November 18, 2022 12:21
Show Gist options
  • Save jgphilpott/f63570f980f7b6b09067846754a90bc6 to your computer and use it in GitHub Desktop.
Save jgphilpott/f63570f980f7b6b09067846754a90bc6 to your computer and use it in GitHub Desktop.
A simple function to get the ruff size of an object.
byteSize = (obj) ->
return JSON.stringify(obj).length
// Generated by CoffeeScript 2.7.0
var byteSize;
byteSize = function(obj) {
return JSON.stringify(obj).length;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment