阅读背景:

使用[NSJSONSerialization dataWithJSONObject:]转换为NSData时保持NSDictionary键的顺序

来源:互联网 

I have the following situation:

我有以下情况:

NSDictionary *params = @{
    @"Checkout" : @{
        @"conditions" : @{@"Checkout.user_id" : @1},
        @"order" : @{@"Checkout.id" : @"DESC"}
    },
    @"PaymentState" : @[],
    @"Offer" : @[]
};
NSD



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: