OPEnSLab-OSU / Loom-V4

Open Source Internet Of Things Rapid Prototyping Framework For Environmental Sensing Applications
8 stars 1 forks source link

Spaces in JSON labels need replaced with underscore #21

Closed udellc closed 2 years ago

udellc commented 2 years ago

Spaces in names in JSON labeleing of sensor data can create parsing errors where spaces are not allowed in certain applications, Max right now, but likely in other apps too. Go through all labels and replace spaces with _ underscore please!

WL-Richards commented 2 years ago

That is a horrible JSON parser if spaces cause issues, its an isolated key, that I have never seen this issue with

WL-Richards commented 2 years ago

It has been fixed....

udellc commented 2 years ago

Thanks Will! Maybe we can look at the parser in in the Max Javascript to see why it's dumb like that.