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

feat(JsonParser) - Create new JsonParser component #164

Open
pnilan opened this issue Dec 10, 2024 · 0 comments · May be fixed by #166
Open

feat(JsonParser) - Create new JsonParser component #164

pnilan opened this issue Dec 10, 2024 · 0 comments · May be fixed by #166

Comments

@pnilan
Copy link
Contributor

pnilan commented Dec 10, 2024

Problem

  • Because the ZipfileDecoder will decompress data from the requests.Response object, it needs a component/class to parse the decompressed data that is not passed to it as a requests.Response object (like the JsonDecoder class).

Proposed Solution

  • Implement a Parser interface that has one primary method: parse
  • Implement a JsonParser class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant