You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to include a check for at least Char (34) when deciding to explicitly cast the JSONSetElement as a JSONString, and possibly other values as well.
Stay tuned for the file that includes the test and fix.
The text was updated successfully, but these errors were encountered:
If the first character of a value is a quote (i.e., Char ( 34 )), JSON.Merge treats the value as JSONRaw, which alters the value.
For instance, given take this valid JSON value: ""Full Name" [email protected]"
JSON.Merge lets FileMaker decide it's type, which results in data loss:
We need to make sure to cast it as a JSONString:
We need to include a check for at least Char (34) when deciding to explicitly cast the JSONSetElement as a JSONString, and possibly other values as well.
Stay tuned for the file that includes the test and fix.
The text was updated successfully, but these errors were encountered: