Closed dwcramer closed 10 years ago
Thanks for bringing this to my attention. I should be able to commit a fix in the next day or so.
Thanks! Btw., in my original message I see that my suggested output was munged because I hadn't escaped the angle brackets. Here's what I was trying to say: "I would suggest an xml format like <key name="^.{0,256}$">foo</key> to avoid this problem. "
Sorry it took a lot longer than I expected, but I finally got around to fixing this issue. It's addressed in version 1.3.2.
Given the input JSON:
I receive the following error:
Due to the fact that <^.{0,256}$>foo</^.{0,256}$> would not be well-formed xml.
I would suggest an xml format likefoo to avoid this problem.