Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace all escaped slashes in json strings (closes #866)
${var/pattern/string} will only replace the first occurence. We should use ${var//pattern/string} to replace all escaped slashes.
- Loading branch information