oknoorap / jsonar

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

Stringify arrays #5

Open IonicaBizau opened 5 years ago

IonicaBizau commented 5 years ago
$ node
> require("jsonar").arrify({ foo: ["42", "52"] })
'array("foo"=>array("42","52"));' // Right
> require("jsonar").arrify(["42", "52"])
'array();' // Wrong

Expected:

array("42","52");
oknoorap commented 5 years ago

It seems travis CI and appveyor build has been broken, I'll be fix it tomorrow, i'm not in laptop but if you can fix it, I really appreciate your constribution. Thanks in million.

oknoorap commented 5 years ago

@IonicaBizau You're invited as collaborators on this project, you now can maintains this repository. 🥂 sorry I've been busy lately, unable to maintain this repo.

IonicaBizau commented 5 years ago

@oknoorap Thank you! Can you please npm publish the new version?

oknoorap commented 5 years ago

okay will do tonight. thanks for reminding me.

On Wed, Oct 30, 2019 at 5:41 PM Ionică Bizău (Johnny B.) < notifications@github.com> wrote:

@oknoorap https://github.com/oknoorap Thank you! Can you please npm publish the new version?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/oknoorap/jsonar/issues/5?email_source=notifications&email_token=AAB4J2TGJZXR5GWDGUPCPD3QRFQFFA5CNFSM4ITEQICKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECTVZ5Q#issuecomment-547839222, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB4J2WACSTK45FFFYSRP7LQRFQFFANCNFSM4ITEQICA .

sharevb commented 5 months ago

Hi @IonicaBizau and @oknoorap, made a fork that update dependencies and fix some bugs

@oknoorap, interested by PR of this fork ? thanks