bhall2001 / fastjson

A Livecode library for JSON encoding and decoding to and from Arrays.
MIT License
17 stars 11 forks source link

Library is not unescaping forward slashes #15

Closed soapdog closed 8 years ago

soapdog commented 8 years ago

When decoding a json back into an array the library is missing all forward slashes. So your array values are filled with stuff such as \/ instead of /

bhall2001 commented 8 years ago

This may have been a side effect of the pText bug. Check it again and let me know if it's fixed with the code in the 4.0.1 branch.

bhall2001 commented 8 years ago

I believe this was related to a another issue. I have not been able to replicate in latest version.