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

Parsing Array Strings Only Works On Double Quotes #18

Closed
GreenPioneer opened this issue May 8, 2019 · 1 comment
Closed

Parsing Array Strings Only Works On Double Quotes #18

GreenPioneer opened this issue May 8, 2019 · 1 comment

Comments

@GreenPioneer
Copy link
Contributor

GreenPioneer commented May 8, 2019

Expected Behavior

console.log(autoParse("['2332','2343','2343','2342','3233']")) => ARRAY

Current Behavior

console.log(autoParse("['2332','2343','2343','2342','3233']")) => STRING

@GreenPioneer
Copy link
Contributor Author

fixed

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

1 participant