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.
1 parent b43bdf4 commit 9d138e1Copy full SHA for 9d138e1
README.md
@@ -1089,6 +1089,10 @@ The above example will add a header "X-Time-Taken" with the number of seconds th
1089
1090
You may use the "json" middleware to read/write JSON strings as JSON objects and arrays.
1091
1092
+JSON strings are automatically detected when the "json" middleware is enabled.
1093
+
1094
+You may limit the scanning of by specifying specific table and/or field names:
1095
1096
'json.tables' => 'products',
1097
'json.columns' => 'properties',
1098
0 commit comments