Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: action is Array or Dictionary can't be transformed#29

Open
relax-yy wants to merge 1 commit into
alibaba:develop from
relax-yy:develop
Open

fix: action is Array or Dictionary can't be transformed #29
relax-yy wants to merge 1 commit into
alibaba:develop from
relax-yy:develop

Conversation

@relax-yy

@relax-yy relax-yy commented Jun 1, 2018

Copy link
Copy Markdown

When action is Array or Dictionary, it's hard to transformed to NSArray or NSDictionary.

"items": [
 "action": {
 "id": 1,
 "name: "book name"
 },
 "type": 1"
]

the TangramBus's event params get action is

{
 id = 1;
 name = "book name";
}

While we want

 {
 "id": 1,
 "name: "book name"
 }

CLAassistant commented Jun 28, 2019
edited
Loading

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


relax seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /