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
Noticed un unusual behaviour last night. When creating json files for mocking(externalized examples), if i pass a stringified json then it is converted to json when interacting with the json server.
For example:
If in the json file I mention
value : "{\"browsers\":{\"firefox\":{\"name\":\"Firefox\",\"pref_url\":\"about:config\",\"releases\":{\"1\":{\"release_date\":\"2004-11-09\",\"status\":\"retired\",\"engine\":\"Gecko\",\"engine_version\":\"1.7\"}}}}}"
@GagandeepSharma060 Apologies for the delay on this. We are able to reproduce the issue based on your inputs. I will keep you posted on the progress of the fix for the same. Thanks.
Hi team,
Noticed un unusual behaviour last night. When creating json files for mocking(externalized examples), if i pass a stringified json then it is converted to json when interacting with the json server.
For example:
If in the json file I mention
value : "{\"browsers\":{\"firefox\":{\"name\":\"Firefox\",\"pref_url\":\"about:config\",\"releases\":{\"1\":{\"release_date\":\"2004-11-09\",\"status\":\"retired\",\"engine\":\"Gecko\",\"engine_version\":\"1.7\"}}}}}"
The server sends me
Which is not what I want,
Can u please have a look. Thanks
The text was updated successfully, but these errors were encountered: