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

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

Description

@altitudems

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\"}"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions