Skip to content

Commit

Permalink
readme: add XML to supported data formats
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-wa authored Jan 21, 2022
1 parent 5d66017 commit 58e41f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cq (Clojure Query)

Command-line Data Processor for JSON, EDN and other data formats.
Command-line Data Processor for EDN, YAML, JSON, XML and other data formats.

The joy of Clojure's threading macros, but on the command line!

Expand Down Expand Up @@ -30,7 +30,7 @@ cq aims to:
- [Threading macro redirection](#threading-macro-redirection) reduces need for parentheses
- Supports all elements of Clojure that are supported by [SCI](https://github.com/borkdude/sci)
- No startup lag thanks to GraalVM native-images
- Data Formats: YAML, JSON, MsgPack, CSV, Cognitec's Transit format, Text (raw and line-separated)
- Data Formats: EDN, YAML, JSON, XML, MsgPack, CSV, Cognitec's Transit format, Text (raw and line-separated)
- Coloured output / syntax highlig for EDN output

## Installation
Expand Down

0 comments on commit 58e41f0

Please sign in to comment.