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
Mitchell Hashimoto
352bb4b5e3
hcl/parser: don't allow objects with no keys
2016-06-21 13:07:06 -07:00
Mitchell Hashimoto
685b5f7416
json: verify that objects have keys [GH-128]
2016-06-21 12:57:45 -07:00
Sander van Harmelen
cf83c24abf
Fix flattening of empty objects
2015-11-20 17:56:37 +01:00
Sander van Harmelen
2f117c801c
This fixes a bug in the flattener so that objects are flattened as one list object
2015-11-19 17:42:55 +01:00
Mitchell Hashimoto
637d86c42d
json/parser: can parse lists of objects
2015-11-08 16:28:18 -08:00
Mitchell Hashimoto
f5a27d4be4
json/parser
2015-11-08 15:50:37 -08:00