Skip to content

Commit b53dacf

Browse files
committed
docs
1 parent fc2e557 commit b53dacf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ The above example will add a header "X-Time-Taken" with the number of seconds th
10891089

10901090
You may use the "json" middleware to read/write JSON strings as JSON objects and arrays.
10911091

1092-
JSON strings are automatically detected when the "json" middleware is enabled.
1092+
JSON strings are automatically detected when the "json" middleware is enabled.
10931093

10941094
You may limit the scanning of by specifying specific table and/or field names:
10951095

@@ -1125,7 +1125,8 @@ With "json" middleware the output will be:
11251125

11261126
This also applies when creating or modifying JSON string fields (also when using batch operations).
11271127

1128-
Note that JSON string fields cannot be partially updated.
1128+
Note that JSON string fields cannot be partially updated and that this middleware is disabled by default.
1129+
You can enable the "json" middleware using the "middlewares" configuration setting.
11291130

11301131
### XML middleware
11311132

0 commit comments

Comments
 (0)