Restkit mapping for array with no keypath

2020-02-02 00:13发布

问题:

How can I create an object mapping for a JSON response like this, which is just an array of integers:

 [
 565195,
 565309,
 565261,
 565515,
 565292,
 565281,
 566346,
 566347,
 575241,
 597230,
 597231,
 597227,
 597228,
 597229,
 597232,
 575248
 ]

回答1:

You need to perform a nil keypath mapping. Check the 'Mapping Values without Key Paths' section here.