ishkawa/APIKit

Does JSONBodyParameters support nested json?

kurosame opened this issue · 1 comments

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
    ]
  ])
}

This problem was solved.
Sorry about that.