Skip to:
Some CF Engines send JSON payloads as binary which needs to be passed through toString() first before it can be deserialized correctly.
https://github.com/ColdBox/coldbox-platform/pull/278
Some CF Engines send JSON payloads as binary which needs to be passed through toString() first before it can be deserialized correctly.