Skip to content

Commit 9d138e1

Browse files
committed
batch support
1 parent b43bdf4 commit 9d138e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,10 @@ 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.
1093+
1094+
You may limit the scanning of by specifying specific table and/or field names:
1095+
10921096
'json.tables' => 'products',
10931097
'json.columns' => 'properties',
10941098

0 commit comments

Comments
 (0)