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

Improve: dictionary relationship change array for dictionary #32

Merged

Conversation

3lvis
Copy link
Collaborator

@3lvis 3lvis commented Dec 18, 2014

Before

"notes": [
  {
    "0": {
      "id": 1,
      "text": "This is the text for the note 1"
    },
    "1": {
      "id": 7,
      "text": "This is the text for the note 7"
    },
    "2": {
      "id": 14,
      "text": "This is the text for the note 14"
    }
  }
]

After

"notes":  {
    "0": {
      "id": 1,
      "text": "This is the text for the note 1"
    },
    "1": {
      "id": 7,
      "text": "This is the text for the note 7"
    },
    "2": {
      "id": 14,
      "text": "This is the text for the note 14"
    }
}

zenangst added a commit that referenced this pull request Dec 18, 2014
…-change-array-for-dictionary

Improve: dictionary relationship change array for dictionary
@zenangst zenangst merged commit 7230c1d into master Dec 18, 2014
@zenangst zenangst deleted the improve/dictionary-relationship-change-array-for-dictionary branch December 18, 2014 10:10
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

Successfully merging this pull request may close these issues.

None yet

3 participants