-
Notifications
You must be signed in to change notification settings - Fork 716
Open
Labels
bugSomething isn't workingSomething isn't workingcliIssues and PRs specific to cli modeIssues and PRs specific to cli modetoolsIssues related to testing toolsIssues related to testing tools
Description
Line 137 in ec24f7b
function parseKeyValuePair( |
The parseKeyValuePair function treats all values as plain strings, so it fails to parse JSON strings into objects, causing structured data like {"name":"value"} to be misinterpreted as a string.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcliIssues and PRs specific to cli modeIssues and PRs specific to cli modetoolsIssues related to testing toolsIssues related to testing tools