Skip to content

Instantly share code, notes, and snippets.

@bithavoc
Created February 12, 2014 15:57
Show Gist options
  • Save bithavoc/8958238 to your computer and use it in GitHub Desktop.
Save bithavoc/8958238 to your computer and use it in GitHub Desktop.
import std.json;
...
JSONValue doc;
assert(doc == JSONValue.init); // always true, doc was never assigned.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment