this here is the culprit: https://github.com/fusetools/Fuse.Billing.Android/blob/master/src/Fuse.Billing.Android/BillingModule.uno#L225
first, Json.Escape() is deprecated as of 0.36
second, the method seems poorly designed. it could be better if it would work with an array instead of if/elseing on the param type.