athenaHLT: Add option to dump job properties into JSON file
Add the --dump-config command line flag to athenaHLT.py, which
allows to dump the jobproperties into a JSON file. This currently relies
on the (old-style) ConfigurableShelve mechanism to dump the
configuration into a pickle file.
Added TrigConfIO.JsonUtils as a module to collect JSON related trigger
configuration modules (cc @mark @stelzer)