oknoorap / jsonar

:sunny: Convert JSON to PHP native Array.
MIT License
7 stars 3 forks source link

Is this still maintained? #3

Closed IonicaBizau closed 5 years ago

IonicaBizau commented 5 years ago

I noticed an issue with the new line character:

> console.log(require("jsonar").arrify({ foo: "42\n42" }))
array("foo"=>"42
42");