Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

JSONB column values are stored as strings instead of objects. #7

Open
altitudems opened this issue Oct 27, 2019 · 0 comments · May be fixed by #8
Open

JSONB column values are stored as strings instead of objects. #7

altitudems opened this issue Oct 27, 2019 · 0 comments · May be fixed by #8

Comments

@altitudems
Copy link

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\"}"
@altitudems altitudems linked a pull request Oct 27, 2019 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant