qlik-oss / enigma-go

Go library for consuming Qlik's Associative Engine.
MIT License
39 stars 12 forks source link

Allow slices to be handled as json.RawMessage as well #159

Closed glooms closed 4 years ago

glooms commented 4 years ago

This will ensure that the type returned for Raw methods where the non-raw type is a slice returns json.RawMessage just like the other methods do.

glooms commented 4 years ago

Already merged haha