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
Syntax rules for JSON and XMLs are not always compatible.
For example, A JSON data such as {"16x16": "image_url"} can't be converted to <o><16x16>image_url</16x16></o> as XML tag name can't be started with a number.
Is there a workaround for this already in place in the library, if yes what is it? if not what's the expected solution to address such scenarios?
The text was updated successfully, but these errors were encountered:
Syntax rules for JSON and XMLs are not always compatible.
For example, A JSON data such as
{"16x16": "image_url"}
can't be converted to<o><16x16>image_url</16x16></o>
as XML tag name can't be started with a number.Is there a workaround for this already in place in the library, if yes what is it? if not what's the expected solution to address such scenarios?
The text was updated successfully, but these errors were encountered: