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

Suggest: use tyrone-sudeium/JSONCore instead of JSON.swift #69

Closed
chris-sean opened this issue Jan 15, 2016 · 2 comments
Closed

Suggest: use tyrone-sudeium/JSONCore instead of JSON.swift #69

chris-sean opened this issue Jan 15, 2016 · 2 comments

Comments

@chris-sean
Copy link
Contributor

I tried tyrone-sudeium/JSONCore, it's Foundation free. I try serialize ["ad":[["i": -41451, "i2": 41451, "d": -42E+2, "t": true, "f": false, "n": nil, "a":[1, 2, 3, 4]], ["another":"one"]]] and it works properly.
JSON.swift still have a lot of work to make it work. I think we should just use tyrone-sudeium/JSONCore for JSON parse/serialization and focus on some other Perfect module.

@dance-cmdr
Copy link

👍 I agree that is a good idea to depend on external sources for now and later if it is proved necessary to remove the dependency and replace it with a home brewed one. I also have a strong feeling that a JSON parser is out of the scope of this project.

@iamjono
Copy link
Member

iamjono commented Jun 22, 2016

The specific framework you use for your own JSON transactions in Perfect is your choice - you would include as a dependancy.
As always, we welcome your comments and feedback :)

@iamjono iamjono closed this as completed Jun 22, 2016
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

3 participants