Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stringify arrays #5

Open
IonicaBizau opened this issue Sep 3, 2019 · 5 comments
Open

Stringify arrays #5

IonicaBizau opened this issue Sep 3, 2019 · 5 comments

Comments

@IonicaBizau
Copy link
Collaborator

$ 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
Copy link
Owner

oknoorap commented Sep 3, 2019

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
Copy link
Owner

@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
Copy link
Collaborator Author

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

@oknoorap
Copy link
Owner

oknoorap commented Oct 30, 2019 via email

sharevb added a commit to sharevb/jsonar that referenced this issue May 19, 2024
@sharevb
Copy link

sharevb commented May 19, 2024

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

@oknoorap, interested by PR of this fork ? thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants