You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to preserve keywords while converting to JSON?
I didn't think about the use case of copy-pasting the AST into another script; I just wanted a collapsible tree-view and couldn't find a library for doing that with ClojureScript maps. Could that be done with EDN?
I'm planning on adding a drop down on the right hand side where you can switch between viewing JSON and viewing the pretty printed map.
Because of the use of
cjls->js
here, if you evaluate a form like:foo
, the form part of the AST will be displayed asfoo
.The text was updated successfully, but these errors were encountered: