-
Notifications
You must be signed in to change notification settings - Fork 3
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
NPM module #2
Comments
Done. You should be able to get the module with the following command: $ npm install jsonr Quick and dirty though, I'm pretty sure I didn't do it the clean way, tell me if something goes wrong. Thanks for the nice feedback anyway! |
Tested. Worked like a charm. Thank you! |
Nice! Feel free to star the project on NPM: https://www.npmjs.org/package/jsonr ;) |
Starred :) 2014-10-21 14:16 GMT+04:00 Franck Wolff [email protected]:
|
The previous ticket with the same name was created for some unclear reasons, but
Why don't you make an
npm
module? That needsnpm init
only, withjsonr-module.js
being set as entry point.JSONR looks like it's quite stable, as it serialized/deserialized several quite complex abstract syntax trees with no single error ("stable"
circular-json
didn't).The text was updated successfully, but these errors were encountered: