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

Updated converter for complex data #219

Open
wants to merge 697 commits into
base: master
Choose a base branch
from

Conversation

scorovit
Copy link
Contributor

@scorovit scorovit commented Aug 26, 2016

For example:

{
"user": {
"first_name": "Name1",
"last_name": "Name2"
}
}

getJSONValue(named: "user.first_name", from: values, defaultValue: nil)
getJSONValue(named: "user.last_name", from: values, defaultValue: nil, separator: ".")

kjessup and others added 30 commits April 20, 2016 22:05
Handling high&low surrogate pairs.
… NetEvent.add. Ensured Threading and NetEvent use the same noTimeout constant value
kjessup and others added 26 commits August 18, 2016 20:10
Centered Top Images, Cleaned up Tabs
I changed all the links at the top to target _blank to prevent bounces
Create child object from JSONConvertibleObject with base overriding methods
modifiable interface for child object
Only classes and overridable class members can be declared 'open'
For example:

{
  "user": {
    "first_name": "Name1",
    "last_name": "Name2"
  }
}

getJSONValue(named: "user.first_name", from: values, defaultValue: nil)
getJSONValue(named: "user.last_name", from: values, defaultValue: nil, separator: ".")
@scorovit scorovit changed the title Patch 2 Updated converter for complex data Aug 26, 2016
@CLAassistant
Copy link

CLAassistant commented Jul 3, 2019

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
3 out of 4 committers have signed the CLA.

✅ rymcol
✅ scorovit
✅ kjessup
❌ iamjono
You have signed the CLA already but the status is still pending? Let us recheck it.

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

10 participants