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
As far as I understand, JSON structure needs to be little more specific (as described in tutorial, nested objects). Each xml node should be an object itself, so, for example, in first case, proper JSON should be var input = [{x:'abc},{y:'def'},{w:100}];
That would generate valid xml.
i don't know what the problem is exactly, but i'm not getting expected results. here's what i see in a simple test.
any help would be greatly appreciated. thank you.
The text was updated successfully, but these errors were encountered: