laravel-plain-sqs icon indicating copy to clipboard operation
laravel-plain-sqs copied to clipboard

Ability to handle invalid JSON

Open chrispappas opened this issue 7 years ago • 2 comments

It would be very useful to be able to validate the incoming JSON and if not valid, to handle gracefully. There doesn't appear to be any way to do so out of the box?

chrispappas avatar Jan 08 '18 18:01 chrispappas

@chrispappas , did you find a solution? I've the same problem, if i put simple string (not JSON) in SQS, then in $data i'm getting null

NIkita-Kim avatar Nov 26 '18 13:11 NIkita-Kim

Any updates on this?. I am working with a third party service that uses both json and simple string messages and I cannot get this package working with simple string messages.

josevavia avatar Dec 02 '19 17:12 josevavia