Swift uses Alamofire back to post array<dictionary> type array, backstage it when the two-dimensional array resolved?

Source: Internet
Author: User
This is the data for my post:

["content": "", "perform": (        {        "perform_id" = 21;    },        {        "perform_id" = 11;    }), "title": "", "user_id": 10020, "id": 8, "action": join_project, "count": 1]

This is the data returned by the server:

"Array
array(2) { [0]=> array(1) { [\"perform_id\"]=> string(2) "21" } [1]=> array(1) { ["perform_id"]=> string(2) "11" }}{"result":true,"id":"59"}"

Reply content:

This is the data for my post:

["content": "", "perform": (        {        "perform_id" = 21;    },        {        "perform_id" = 11;    }), "title": "", "user_id": 10020, "id": 8, "action": join_project, "count": 1]

This is the data returned by the server:

"Array
array(2) { [0]=> array(1) { [\"perform_id\"]=> string(2) "21" } [1]=> array(1) { ["perform_id"]=> string(2) "11" }}{"result":true,"id":"59"}"

Ah, is oneself SB, also in order to give a novice to wake up, to the background post array or dictionary type of data, to go to the JSON string, you can use the system nsjsonserialization to go. The code is as follows

let jsonData = try! NSJSONSerialization.dataWithJSONObject(array, options: .PrettyPrinted)let jsonString = String(data: jsonData, encoding: NSUTF8StringEncoding)
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.