Skip to content

Instantly share code, notes, and snippets.

@FWeinb
Created January 23, 2014 18:23
Show Gist options
  • Save FWeinb/8583988 to your computer and use it in GitHub Desktop.
Save FWeinb/8583988 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// SassyJSON (v1.0.9)
// ----
@import "SassyJSON";
$json-decode: json-decode('{"key" : "value\" test"}');
$json-decode1: json-decode('{"key" : "value\\" test"}');
$json-decode2: json-decode('{"key" : "value\\\" test"}');
$json-decode3: json-decode('{"key" : "value\\\\" test"}');
test{
test:inspect($json-decode);
test:inspect($json-decode1);
test:inspect($json-decode2);
test:inspect($json-decode3);
}
test {
test: false;
test: ("key": 'value\" test');
test: ("key": 'value" test');
test: ("key": 'value\" test');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment