I\'m trying to decode a JSON array that has the type Js.Json.t (not array(Js.Json.t) apparently). A call to Js.log(jsonList) reveals
Js.Json.t
array(Js.Json.t)
Js.log(jsonList)