hcl/json/parser
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
..
test-fixtures json: interpolations have to be escaped 2016-09-02 11:31:47 -05:00
flatten.go Fix flattening of empty objects 2015-11-20 17:56:37 +01:00
parser_test.go json: interpolations have to be escaped 2016-09-02 11:31:47 -05:00
parser.go json: verify that objects have keys [GH-128] 2016-06-21 12:57:45 -07:00