I see that I'm getting camelCase naming from the a...
# android
j
I see that I'm getting camelCase naming from the array response in getJobs, so I'm thinking now that the parsing is simply case sensitive?
l
That wouldn’t explain the correct parsing of an array
j
The array was sent with lower case first letter
while a single Job was sent with a capital first letter
Because of a hack I did on the server. It's fixed now and my issue was solved.
l
Great 🙂