Thing is in json both these are multiple value objects… one is a key value pair and the other is just the value understanding that “id” is unneeded info in the context.
what i should have given as an example
“isrcs”:[{“id”:“GBAMC9900024”}, {“id”:“GBAMC9900025”}]
rather than
“isrcs”:[{“id”:“GBAMC9900024”}]
But i didn’t want to try and write json syntax by hand as its easy to make mistakes and throw confusion in the discussion…
Anyway my application is crapping out at random places and ive traced the problem down to the isrcs, having trouble breaking down exactly when one is returned or the other is.
It just seems to me as an entirely unnecessary oversite.
Also if it was meant to be singular wouldnt the property be just isrc with no s