json.toList() is not removing quotes around strings #1143
Labels
bug
macro changes
This issue adds or changes macro functions. Extra work is required (testing, wiki, code editor)
tested
This issue has been QA tested by someone other than the developer.
Describe the bug
json.toList()
isn't removing the quotes around strings and is escaping quotes embedded in strings.To Reproduce
Steps to reproduce the behavior:
Produces:
"Some text with \"quotes\" in them","And some more text."
In 1.5.10 you get this:
Some text with "quotes" in themAnd some more text.
MapTool Info
The text was updated successfully, but these errors were encountered: