Made JSON_USE_EXCEPTION's value in config.h a default that can be overridden.
This allows users to override it with their compiler invocation. For example:
g++ -D JSON_USE_EXCEPTION=0 ...
Authored by: aaronjacobs 2011-09-14
Parent: [r245]
Child: [r247]