You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Parse a cookie value as a JSON cookie. This will return the parsed JSON value if
38
38
39
39
### cookieParser.JSONCookies(cookies)
40
40
41
-
Given an object, this will iterate over the keys and call `JSONCookie` on each value. This will return the same object passed in.
41
+
Given an object, this will iterate over the keys and call `JSONCookie` on each value, replacing the original value with the parsed value. This returns the same object that was passed in.
0 commit comments