jp

Results 21 comments of jp

trying using `JSON.parse` on the data

You can try doing the following: ```javascript const obj = {\"foo\" : 3} const str = obj.toString(); str.replace("\"", '"'); obj = JSON.parse(str) ```

Hi, I would like to become a contributor to this project. Can you please send me a contributor invite and I could make some solid PRs

> @ingydotnet No brainer ;) ... but I would rename the title before merging. Tx yeah, i'll do that 😂

I'm trying to start contributing to this repository and would like some guidance on how to approach this issue.