Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use msgspec for json serialization/deserialization and to replace typed-json with msgpack #1604

Open
donotpush opened this issue Jul 17, 2024 · 0 comments

Comments

@donotpush
Copy link
Collaborator

donotpush commented Jul 17, 2024

Feature description

Use msgspec for json serialization/deserialization and to replace typed-json with msgpack. The idea for the ticket is to:

Continue the work done on #1439 branch exp/1539-msgspec-json

  • Use msgspec json encoder/decoder for pure json
  • Pass all tests, check if pretty format json is supported
  • Use its msgpack encoder/decoder for typed_dump - which will produce msgpack document, not our typed-json document.

Are you a dlt user?

None

Use case

No response

Proposed solution

No response

Related issues

#1539

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant