We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 329de1c + d7c4b3d commit e4b8cb8Copy full SHA for e4b8cb8
README.md
@@ -284,8 +284,9 @@ implementations for `uuid`'s `Uuid` type.
284
[JSON and JSONB](http://www.postgresql.org/docs/9.4/static/datatype-json.html)
285
support is provided optionally by the `rustc-serialize` feature, which adds
286
`ToSql` and `FromSql` implementations for `rustc-serialize`'s `Json` type, and
287
-the `serde` feature, which adds implementations for `serde_json`'s `Value`
288
-type.
+the `serde_json` feature, which adds implementations for `serde_json`'s `Value`
+type. The `serde` feature provides implementations for the older
289
+`serde::json::Value` type.
290
291
### TIMESTAMP/TIMESTAMPTZ/DATE/TIME types
292
0 commit comments