Skip to content

Master

Marnix van den Bos requested to merge (removed):master into master

New PrintString() in output.c to fix faulty json messages. It now checks for ASCII values for linefeed, tab and doublequote and replaces them with \n, \t and ". only for strings that are sent in json text messages, not for native built json messages (use_json = 1 in PrintString())..

Merge request reports