Skip to content

Commit

Permalink
Merge pull request #2142 from ClickHouse/fix-data-formats-chjs
Browse files Browse the repository at this point in the history
CHJS: Fix data formats table
  • Loading branch information
johnnymatthews authored Mar 20, 2024
2 parents ebae2fd + f685ae0 commit aeb9f22
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 aeb9f22

Please sign in to comment.