rcdmk / aspJSON

A fast classic ASP JSON parser and encoder for easy JSON manipulation to work with the new JavaScript MV* libraries and frameworks.
MIT License
204 stars 89 forks source link

FIX: Escaped double quotes in values. #7

Closed mac1175 closed 8 years ago

mac1175 commented 8 years ago

I added the following code because I had a string value coming from the database like the following...

abc"123

This caused a syntax error on the response to the client.

rcdmk commented 8 years ago

Please, just for the sake of organization, can you target this pull request at the develop branch?

I'll be happy to merge it there.

Thank you.

mac1175 commented 8 years ago

No worries! I will do it soon.