Open collimarco opened 11 months ago
JSON strings should not contain the null bytes (\x00, \u0000).
\x00
\u0000
This will cause exceptions in Rails - for example when you try to save that string in the database.
It would be nice to remove that invalid character when you are using this gem.
JSON strings should not contain the null bytes (
\x00
,\u0000
).This will cause exceptions in Rails - for example when you try to save that string in the database.
It would be nice to remove that invalid character when you are using this gem.