Hey Ernesto,
It's because JSON is escaping the forward slashes, thus corrupting the data. See: JSON: why are forward slashes escaped?
In other words, make sure you properly escape any data you send to LimeLM, or else LimeLM will see it as corrupted.