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

Error on Parse of Multi Property Objects inside and Array #4

Open
nerdsupremacist opened this issue May 26, 2016 · 0 comments
Open
Labels

Comments

@nerdsupremacist
Copy link
Owner

nerdsupremacist commented May 26, 2016

[ { x: "One", y: "Two" } ] will not be parsed correctly due to the comma inside the object.

using regex replace every object with an identifier separate the items of the array by commas and then replace the objects back in

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

No branches or pull requests

1 participant