How to create a web service that accepts a json with an array?
I already know that the “official” way is sending all the entire JSON in a string with unbound actions, but per project specification I need the API to be able to read json arrays in json format.