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

Convert line breaks when parsing multiline JSON strings #16

Closed Softman42 closed 8 years ago

Softman42 commented 8 years ago

This is related to issue #10, which handles serialization of multiline VB strings to valid JSON. Now it would be great if you could handle the parsing also, by e.g. converting "\r\n" to vbcrlf.

Many thanks in advance!

rcdmk commented 8 years ago

Nice suggestion. I will implement it soon.