jsonmodel / jsonmodel

Magical Data Modeling Framework for JSON - allows rapid creation of smart data models. You can use it in your iOS, macOS, watchOS and tvOS apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSONKeyMapper is not work

zjinhu opened this issue · comments

commented
  • (JSONKeyMapper *)keyMapper
    {
    return [[JSONKeyMapper alloc] initWithModelToJSONDictionary:@{
    @"id": @"orderId",
    @"productName": @"orderDetails.name",
    @"price": @"orderDetails.price.usd"
    }];
    }
    this code is not work.