and
My understanding (which may be wrong) is that NodeRED hooks in somehow to JSONata as it has payload and flowContext NodeRED specific syntax
And @ghayne says it used to be able to access buffer values using the old NodeRED syntax of payload.x in 0.18.4
So, if it used to be able to do it - is it possible to do it now again e.g get at individual bytes within he buffer object and return them to the JSONata engine as integers (or whatever they were returned as in 0.18.4)
if so, could we look thru the code history and try and come up with a pull-request to restore it?
Simon