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
why i can't uses xj.WithTypeConverter and xj.Float
and how can i may <?xml version="1.0" encoding="UTF-8"?><name>'Tom'</name> <price>19.95</price>)
to json :
{"name:"Tom",price": 19.95}
name is string , price is number
The text was updated successfully, but these errors were encountered:
why i can't uses xj.WithTypeConverter and xj.Float
and how can i may
<?xml version="1.0" encoding="UTF-8"?><name>'Tom'</name> <price>19.95</price>
)to json :
{"name:"Tom",price": 19.95}
name is string , price is number
The text was updated successfully, but these errors were encountered: