Hi there,
After I upgraded casablanca to 1.3.1 on my linux( I do not know which version I used before, something between 1.1.0 and 1.2.0), I get an error, when I sending JSON data ({"Name":"Test"}) from Chrome. I only get
```
Error: a std::exception was thrown out of http_listener handle: Malformed token near line 2, column 1
```
Any advice?
Kind regards Henrik
Comments: Hi Henrik, We did some work in JSON so it could be a regression, or invalid JSON that we didn't diagnose before. Can you share a sample JSON that triggers this error? Just try to parse it using the JSON parser and send us the string that you think is correct for which the parser reports an error.
After I upgraded casablanca to 1.3.1 on my linux( I do not know which version I used before, something between 1.1.0 and 1.2.0), I get an error, when I sending JSON data ({"Name":"Test"}) from Chrome. I only get
```
Error: a std::exception was thrown out of http_listener handle: Malformed token near line 2, column 1
```
Any advice?
Kind regards Henrik
Comments: Hi Henrik, We did some work in JSON so it could be a regression, or invalid JSON that we didn't diagnose before. Can you share a sample JSON that triggers this error? Just try to parse it using the JSON parser and send us the string that you think is correct for which the parser reports an error.