heat-agents/heat-config-json-file/install.d
Martin André 9ce538b6ff Prevent trailing whitespace in rendered JSON
On python <3.4 the separator for json.dump() defaulted to (', ', ': ')
which may cause trailing whitespaces in rendered JSON files when used
with indent. This change sets the separator to (',', ': ') to prevent
trailing whitespaces with older versions of python.

See https://docs.python.org/2/library/json.html#basic-usage

Change-Id: I81fabd54659bdb28da43fb4900f19dd94a70336c
2017-01-13 12:07:51 +01:00
..
50-heat-config-hook-json-file Add a hook to help write json files 2017-01-05 07:05:33 -05:00
hook-json-file.py Prevent trailing whitespace in rendered JSON 2017-01-13 12:07:51 +01:00