Replies: 1 comment 5 replies
-
Follow the example how to get the value correctly. If your value in database is string, the double quotes will be trimmed from first position and last position of the server response payload when process the value. In your case, string may contain double quotes in the form of escape sequence And when it reads out from library, it will show the remaining double quotes in string. There is nothing mysterious about this. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I have a FB field set as a string. When my device first initializes FB, it receives the string within double quotes '"'. For instance, if the value of the string is '1.30', the value received is '"1.30"'. Any subsequent changes made to the field in FB, causes the string to be received without the double quotes. Does anyone know why it's doing this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions