josephalevin / fson

Fortran 95 JSON Parser
60 stars 25 forks source link

parse_string for strings with escaped characters #15

Closed maxhaz closed 9 years ago

maxhaz commented 10 years ago

Add support for strings like "\" or "\"". The character following \ [backslash] is escaped.

acroucher commented 9 years ago

Have added this fix now.