hcl/json
Mitchell Hashimoto 2fd69cb0a5 json: interpolations have to be escaped
At some point we ignored the " in interpolations. We do this for HCL and
it is correct but this is invalid JSON syntax and for JSON we've always
had the stance that we have to escape them.
2016-09-02 11:31:47 -05:00
..
parser json: interpolations have to be escaped 2016-09-02 11:31:47 -05:00
scanner json: interpolations have to be escaped 2016-09-02 11:31:47 -05:00
test-fixtures json: true, false, null lex [GH-22] 2014-11-21 10:59:12 -08:00
token json/token: fix issues with unquoting sttrings from JSON 2015-11-08 16:08:36 -08:00