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

Export the clojure.data.* into sci #25

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Conversation

farcaller
Copy link
Contributor

This provides dc, dj, and dx for csv, json, and xml. Fixes #24

$ echo '{ val: "{\"answer\": 42}" }' | clojure -Mrun ':val -> (dj/read-str :key-fn keyword) :answer'
42

@markus-wa
Copy link
Owner

Can we change the ns aliases to csv, json and xml and also change the existing xml to xml-in

I know this is a breaking change, but I feel like it's warranted in this case

Providex csv, json, and xml namespaces. Also moves xml-in into xml-in.
@farcaller
Copy link
Contributor Author

Done.

@markus-wa markus-wa merged commit 1b25669 into markus-wa:main Jun 24, 2024
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

Successfully merging this pull request may close these issues.

Expose clojure.data.* inside SCI
2 participants