The source project of this merge request has been removed.
Fix formatting errors in check_vector json uploads
Resolves #58 (closed). The issue with the malformed list of links in the json report came from an errant comma which caused json.dumps()
to see it as a member of a list, creating another list to encapsulate it.
Edited by Geoffrey Mo