Skip to content

Commit

Permalink
Fix data formats table
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Mar 18, 2024
1 parent 6fdbde4 commit f685ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/integrations/language-clients/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,10 +704,10 @@ It's only that formats like [ClickHouse JSON](https://clickhouse.com/docs/en/sql
| Format | Input (array) | Input (object) | Input/Output (Stream) | Output (JSON) | Output (text) |
|--------------------------------------------|---------------|----------------|-----------------------|---------------|----------------|
| JSON || ✔️ || ✔️ | ✔️ |
| JSONObjectEachRow || ✔️ || ✔️ | ✔️ |
| JSONStrings || ✔️ || ✔️ | ✔️ |
| JSONCompact || ✔️ || ✔️ | ✔️ |
| JSONObjectEachRow || ✔️ || ✔️ | ✔️ |
| JSONColumnsWithMetadata || ✔️ || ✔️ | ✔️ |
| JSONStrings || ❌️ || ✔️ | ✔️ |
| JSONCompactStrings |||| ✔️ | ✔️ |
| JSONEachRow | ✔️ || ✔️ | ✔️ | ✔️ |
| JSONStringsEachRow | ✔️ || ✔️ | ✔️ | ✔️ |
Expand Down

0 comments on commit f685ae0

Please sign in to comment.