Skip to content

Conversation

@danlu1
Copy link
Contributor

@danlu1 danlu1 commented Feb 9, 2026

Problem:

A JSON serialization issue occurs when a list or dictionary passed to store_row_async contains strings with both double quotes and apostrophes.

Solution:

  1. Utilizing json.dumps to converts a Python object (such as a dictionary or list) into a JSON-formatted string.
  2. Replace double quote with single quotes within the string.

Testing:

Unit test has been added.

@danlu1 danlu1 requested a review from a team as a code owner February 9, 2026 20:01
@andrewelamb
Copy link
Contributor

@danlu1 Is this still WIP, or are you looking for reviews?

@danlu1
Copy link
Contributor Author

danlu1 commented Feb 10, 2026

@andrewelamb sorry I should have marked this a draft.

@danlu1 danlu1 marked this pull request as draft February 10, 2026 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants