node-dbus-next icon indicating copy to clipboard operation
node-dbus-next copied to clipboard

Convert object keys to numbers

Open boomfly opened this issue 2 years ago • 1 comments

I am making library for Bluez DBus. ManufacturerData that format: a{qv} But when passing that object:

{
  0x0059: {...}
}

0x0059 key was converting to string and produces wrong company id two bytes

boomfly avatar Dec 23 '21 09:12 boomfly

Hi,

This PR will allow us to use this library. Any chance this can be reviewed/merged?

Thanks!

alexcastillo avatar Nov 01 '22 19:11 alexcastillo