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
Camelcase body elements are converted to lower case, probably for comparison purposes, but the returned string array only contains the lower case version of the element.
Sample input: {"memberId":"666555444"}
Interpolate function output: {"memberid":"666555444"}
The text was updated successfully, but these errors were encountered:
goutil/jutil/commandLineParser.go
Line 249 in e532c35
Camelcase body elements are converted to lower case, probably for comparison purposes, but the returned string array only contains the lower case version of the element.
Sample input: {"memberId":"666555444"}
Interpolate function output: {"memberid":"666555444"}
The text was updated successfully, but these errors were encountered: