-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Make prn/pr-str etc write EDN instead of JSON #444
Comments
is this issue still open? @borkdude , i can take a shot at it. |
Yeah, worth a shot. Perhaps https://github.com/jorinvo/edn-data is a good starting point as well. One concern would be the size that it adds to squint programs that don't use prn |
https://packagephobia.com/[email protected] ill investigate what to do. |
I couldn't finish this, so ill leave but I have some progress. Below is a browser compatible edn parser ( not fully tested) |
prn/pr-str etc are totally broken right now I would say since JSON.stringify just silently drops stuff. Also you can't copy-paste printed objects back into the code.
The text was updated successfully, but these errors were encountered: