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

Create JSONDataWriter for writing JSON files #9

Closed
andrea-prearo opened this issue Apr 24, 2017 · 2 comments
Closed

Create JSONDataWriter for writing JSON files #9

andrea-prearo opened this issue Apr 24, 2017 · 2 comments
Assignees
Labels

Comments

@andrea-prearo
Copy link
Contributor

Description

Right now, we are using CLUDataWriter to write JSON content to file. We'd like to create a specific writer for JSON data (JSONDataWriter) that allows to validate the content before writing to the file system. This new class should be used for all scenario where we are writing JSON data.

@andrea-prearo andrea-prearo changed the title Create JSONDataWriter for writing JSON files Create JSONDataWriter for writing JSON files Apr 24, 2017
@andrea-prearo
Copy link
Contributor Author

Hey @Geek-1001,

I could start to contribute by creating the JSONDataWriter class and making sure we use it every time we write JSON inside the app. If it is ok with you, I'd like to write all new code in Swift (so we have less code to migrate in the future).
What do you think?

@Geek-1001
Copy link
Owner

Hello @andrea-prearo
Yes, sure. Let's do all new classes/modules with Swift right away, that's a good idea. 🙂
I'll assign this issue to you and set #in-development label

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

No branches or pull requests

2 participants