diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile index 2e5861591a..2463a0133e 100644 --- a/doc/cql3/CQL.textile +++ b/doc/cql3/CQL.textile @@ -1498,7 +1498,7 @@ See "@CREATE AGGREGATE@":#createAggregateStmt and "@DROP AGGREGATE@":#dropAggreg h2(#json). JSON Support -Cassandra 3.0 introduces JSON support to "@SELECT@":#selectStmt and "@INSERT@":#insertStmt statements. This support does not fundamentally alter the CQL API (for example, the schema is still enforced), it simply provides a convenient way to work with JSON documents. +Cassandra 2.2 introduces JSON support to "@SELECT@":#selectStmt and "@INSERT@":#insertStmt statements. This support does not fundamentally alter the CQL API (for example, the schema is still enforced), it simply provides a convenient way to work with JSON documents. h3(#selectJson). SELECT JSON