以NSString类型传递Json格式的参数

NSDictionary *categoryDic = [NSDictionary dictionaryWithObjectsAndKeys:@"技术",@"0", nil];

        if ([NSJSONSerialization isValidJSONObject:categoryDic])

        {

            NSError *error;

            NSData *categoryData = [NSJSONSerialization dataWithJSONObject:categoryDic options:NSJSONWritingPrettyPrinted error:&error];

            jsonString=[[NSString alloc] initWithData:categoryData encoding:NSUTF8StringEncoding];

            CLog(@"JSON:%@",jsonString);

        }

        [_knowledgePageClient getKnowledgeListWithStart:start limit:kHomeListLimit name:jsonString];

以NSString类型传递Json格式的参数,布布扣,bubuko.com

以NSString类型传递Json格式的参数

上一篇:kindeditor-4.1.10 结合 Asp.Net MVC 添加图片功能


下一篇:php session 自定义的设置测试