Problems with json

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By GuilhermeA

I’m having problems with json, when saving a string that contains a backslash (), when I return it to godot it is returned to me without the slashes. How can I solve?

:bust_in_silhouette: Reply From: RoniPerson

This has something to do with escape sequences.
Try to use \\ when writing backslashes in gd Script.