Skip to content

Commit 2e71702

Browse files
committed
clear json in docs
1 parent a7f05a4 commit 2e71702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/official-site/extensions-to-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ They are just sequences of bytes. SQLPage requires them to be valid utf8 strings
224224
SQLPage follows the convention that when a parameter name ends with `[]`, it represents an array.
225225
Arrays in SQLPage are represented as JSON strings.
226226

227-
Example: In `users.sql?user[]=Tim&user[]=Tom`, `$user` becomes `'[\"Tim\", \"Tom\"]'` (a JSON string exploitable with your database's builtin json functions).
227+
Example: In `users.sql?user[]=Tim&user[]=Tom`, `$user` becomes `'["Tim", "Tom"]'` (a JSON string exploitable with your database's builtin json functions).
228228

229229
### From SQLPage to the database
230230

0 commit comments

Comments
 (0)