The test data includes the JSON object `j2g_test_users[0].object`, but its value is imported as a string, instead of JSON: ``` Expected value: { "hey": "there", "whats": "up" } Returned value: "{\"hey\":\"there\",\"whats\":\"up\"}" ```
The test data includes the JSON object
j2g_test_users[0].object, but its value is imported as a string, instead of JSON: