Skip to content

Instantly share code, notes, and snippets.

@treeform
Created July 18, 2018 22:44
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 treeform/dec0decb4e36bdaa333aed59a9ef2f88 to your computer and use it in GitHub Desktop.
Save treeform/dec0decb4e36bdaa333aed59a9ef2f88 to your computer and use it in GitHub Desktop.
proc toString(obj: JsObject): string =
var str: cstring
{.emit: [str, "=", obj, " + ''"].}
return $str
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment