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

Does JSONBodyParameters support nested json? #249

Closed
kurosame opened this issue Aug 7, 2017 · 1 comment
Closed

Does JSONBodyParameters support nested json? #249

kurosame opened this issue Aug 7, 2017 · 1 comment

Comments

@kurosame
Copy link

kurosame commented Aug 7, 2017

Hi @ishkawa
Sorry, I have a question.
Does JSONBodyParameters support nested json like the following?

public var bodyParameters: BodyParameters? {
  return JSONBodyParameters(JSONObject: [
    "sample_deep": [
      "sample_id": 1,
      "sample_status": 2
    ]
  ])
}
@kurosame
Copy link
Author

kurosame commented Aug 9, 2017

This problem was solved.
Sorry about that.

@kurosame kurosame closed this as completed Aug 9, 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

No branches or pull requests

1 participant