Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created July 8, 2014 12:47
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 tmcw/fce34f14a4d465938bec to your computer and use it in GitHub Desktop.
Save tmcw/fce34f14a4d465938bec to your computer and use it in GitHub Desktop.
Gist from mistakes.io
require('http://wzrd.in/standalone/yamljs@latest');
YAML.parse('hi: true');
// this should parse to true
YAML.parse('hi: Yes');
YAML.parse('hi: yes');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment