decode json field not working

Hi all,

I'm working on a custom module and I need to save a json object in a field. I can save the json_encode in field long text but when I retrieve the field via BeanFactory and decode it, PHP Json return an error 4 of "Syntax Error"

Printing json_decode result and testing on a web json validator it seems ok.

Any Idea?