Closed squeetus closed 5 years ago
Long-term, we need some kind of pattern matching on the nodes' label contents to remove troublesome characters (generally escape characters).
Short-term, we need to either remove the tab symbol \t or replace it with \t to escape the escape character.
Shouldn't we just use org.json.simple.JSONObject.escape ?
https://github.com/krs-world/bridges/commit/a17062190661812eae7f0f8b55f209129e4aae05
appears to be fixed, closing
Long-term, we need some kind of pattern matching on the nodes' label contents to remove troublesome characters (generally escape characters).
Short-term, we need to either remove the tab symbol \t or replace it with \t to escape the escape character.