Skip to content

Double quotes break in commits JSON parsing #27

Martin Lowe requested to merge github/fork/autumnfound/malowe/master/27 into master

Fixed issue with double quotes by adding anchor character of ~ in front of " in Git template string. Once fetched, a call is made to replace all quotes that don't have the anchor character with ", then replace the anchored quotes with " to produce valid JSON.

Signed-off-by: Martin Lowe martin.lowe@eclipse-foundation.org

Merge request reports