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

File format parsing #78

Open
puria opened this issue Feb 26, 2024 · 0 comments
Open

File format parsing #78

puria opened this issue Feb 26, 2024 · 0 comments

Comments

@puria
Copy link
Member

puria commented Feb 26, 2024

When a file is read could be verbatim, or... can be in a specific format:

  • .yml
  • .json
  • .base64
  • .zen

I'm in doubt to allow to parse them directly in the fs package. By now the json is parsed directly.

Maybe I would prefer to have specific packages for the different formats and leave the fs to do read from a file and put the outcome into a string, and then in the following sentence for each format we can have a pkg for parsing the format.

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

No branches or pull requests

1 participant