getndazn / kopytko-framework

A modern Roku's Brightscript framework based on JS world's solutions
MIT License
19 stars 6 forks source link

HttpResponse rawData could be any proper JSON type #53

Closed bchelkowski closed 10 months ago

bchelkowski commented 10 months ago

HttpResponse rawData could be any proper JSON type

Description

The current interface of HttpResponse sets rawData type to assocArray, however, rawData could be also an array.

So when it is an array the rawData is not set at all.