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

Add deep mapping support for to-many relationships #385

Merged
merged 3 commits into from
Mar 20, 2017
Merged

Add deep mapping support for to-many relationships #385

merged 3 commits into from
Mar 20, 2017

Conversation

3lvis
Copy link
Owner

@3lvis 3lvis commented Mar 20, 2017

Fixes #375

Core Data

screen shot 2017-03-21 at 00 06 00

JSON

Mapping normally done with series, but with custom deep mapping now mapping is done with custom.series.

[
  {
    "id": 4865,
    "custom": {
      "series": [
        {
          "id": 123
        }
      ]
    }
  }
]

@3lvis 3lvis merged commit 2dd3370 into master Mar 20, 2017
@3lvis 3lvis deleted the fix/375 branch March 20, 2017 23:05
@3lvis 3lvis changed the title Add unit test for 375 Add deep mapping support for to-many relationships Mar 20, 2017
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.

1 participant