File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1089,7 +1089,7 @@ The above example will add a header "X-Time-Taken" with the number of seconds th
1089
1089
1090
1090
You may use the "json" middleware to read/write JSON strings as JSON objects and arrays.
1091
1091
1092
- JSON strings are automatically detected when the "json" middleware is enabled.
1092
+ JSON strings are automatically detected when the "json" middleware is enabled.
1093
1093
1094
1094
You may limit the scanning of by specifying specific table and/or field names:
1095
1095
@@ -1125,7 +1125,8 @@ With "json" middleware the output will be:
1125
1125
1126
1126
This also applies when creating or modifying JSON string fields (also when using batch operations).
1127
1127
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.
1129
1130
1130
1131
### XML middleware
1131
1132
You can’t perform that action at this time.
0 commit comments