Skip to content

[Feature] Create JSONMapper framework #1

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

Merged
merged 5 commits into from
Jun 17, 2021

Conversation

suho
Copy link
Member

@suho suho commented Jun 16, 2021

What happened πŸ‘€

Move JSONMapper from NimbleExtension to separate code

Insight πŸ“

I moved all files to this repo:

.
└── JSONMapper
    β”œβ”€β”€ Extensions
    β”‚   β”œβ”€β”€ Encodable+Dictionary.swift
    β”‚   └── Optional+Extras.swift
    β”œβ”€β”€ JSONAPIDecoder.swift
    └── Models
        β”œβ”€β”€ DataType.swift
        β”œβ”€β”€ JSON.swift
        β”œβ”€β”€ JSONAPIDecodingError.swift
        β”œβ”€β”€ JSONAPIError.swift
        β”œβ”€β”€ JSONAPIObject.swift
        β”œβ”€β”€ JSONAPIType.swift
        β”œβ”€β”€ Link.swift
        β”œβ”€β”€ Links.swift
        β”œβ”€β”€ Relationship.swift
        β”œβ”€β”€ Resource.swift
        └── ResourceIdentifier.swift

Proof Of Work πŸ“Ή

Screen Shot 2021-06-16 at 11 28 06

@suho suho self-assigned this Jun 16, 2021
@suho suho changed the title Feature/move decoder from nimble extension [Feature] Create JSONMapper framework Jun 16, 2021
Copy link

@blyscuit blyscuit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we rename this project to Swift-JSON-Mapper?

@suho suho requested review from tamv263 and phongvhd93 June 17, 2021 06:06
@suho suho merged commit e758d7d into main Jun 17, 2021
@suho suho deleted the feature/move-decoder-from-nimble-extension branch June 17, 2021 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants