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

dropping elements? or am I doing something wrong? #209

Closed
raleydotcom opened this issue Apr 14, 2015 · 1 comment
Closed

dropping elements? or am I doing something wrong? #209

raleydotcom opened this issue Apr 14, 2015 · 1 comment

Comments

@raleydotcom
Copy link

Weird Problem -

upgraded to Swift 1.2, now when I download a JSON file some of the elements are just missing when sent thru swifty JSON.

For instance:

data = (
{
"accounts_id" = 1;
"created_at" = "2015-04-13 00:37:22";
id = 1;
maxTime = 0;
name = "workout 1";
rest = 20;
rounds = 3;
"updated_at" = "2015-04-13 00:37:22";
"users_id" = 1;
....

from a NSMutableDIctionary becomes

"data" : [
{
"rounds" : 3,
"maxTime" : 0,
"id" : 1,
"users_id" : 1,
"created_at" : "2015-04-13 00:37:22",
.....

when returned from swiftyJSON. I am using the version for xcode 6.3.

@raleydotcom
Copy link
Author

operator error. nothing to see here. move along.

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