I'm trying to encode the following value: `[{prop: 'val'}, empty value, {prop: 'val'}]` However; rison throws the following exception: `rison can't encode the undefined value` Is this the intended behavior? If that's the case, is there any workaround?
I'm trying to encode the following value:
[{prop: 'val'}, empty value, {prop: 'val'}]However; rison throws the following exception:
rison can't encode the undefined valueIs this the intended behavior? If that's the case, is there any workaround?