The json_stringn function should be used instead of the json_string to allow null characters as well as non-null terminated strings to be embedded in the JSON values. The CDC example Python programs now decode the data as UTF-8 instead of ASCII.
Moved the CDC example scripts into the protocol directory and added the .py suffix. Fixed all references to these scripts.