[Feature Request] Re-allow encodeData
to accept a single object not wrapped in an array
#291
Open
1 of 4 tasks
Labels
enhancement
New feature or request
I'm submitting a...
Summary
It used to be possible to pass directly an object to the method
.encodeData
. Now this needs to be wrapped inside an array[]
.It would be great to re-introduce this feature when encoding just one data key.
For instance instead of doing this:
we could simply pass the object directly without wrapping it inside square brackets.
The text was updated successfully, but these errors were encountered: