dchohfi / KeyValueObjectMapping

Automatic KeyValue Object Mapping for Objective-C, parse JSON/plist/Dictionary automatically
http://dchohfi.com/
MIT License
602 stars 90 forks source link

How about json with property "id". For example google calendarList API #77

Open nxuanham opened 8 years ago

nxuanham commented 8 years ago

I can't mapping id param in JSON to calendar_id in Calendar object. { accessRole = owner; backgroundColor = "#4986e7"; colorId = 16; defaultReminders = ( ); etag = "\"1441274939391000\""; foregroundColor = "#000000"; id = "f14quti1brq1g05ped8ltru10o@group.calendar.google.com"; kind = "calendar#calendarListEntry"; selected = 1; summary = 1; summaryOverride = 1; timeZone = "Asia/Saigon"; }

amit-bst commented 8 years ago

any update on this i am also stuck with this

subham93 commented 7 years ago

Any updates?