Jason Larsen

Results 15 comments of Jason Larsen

That's a good question. As designed, I don't believe there's a good way for any of the existing API to expose and index. I'm not sure of a good way...

whoops not sure how this got closed by that PR

I'm not really sure where Marshal thinks you're getting an array from given your example. But that's what it seems to think. As to the first part of the question,...

in other words, something maybe like ```swift let students = json.map { key, value in var student = try Student(object: value) student.id = key return student } ```

Looks good, but has a merge conflict since I just merged a commit also fixing tests. I'm ok merging this once it's rebased.