create XML from JSON responce
-
Hi, I am new to wordpress..
Your plugin is works great, I just want ask we create XML by json responce. Means when I call https://example.com/api/user/get_userinfo/?user_id=1 then I get following responce {“status”:”ok”,”id”:1,”username”:”admin”,”nicename”:”admin”,”email”:”[email protected]”,”url”:””,”displayname”:”admin”,”firstname”:””,”lastname”:””,”nickname”:”admin”,”avatar”:null}It’s great,
But I want In Xml Format or Create XML of above response like this:
<xml><status>Ok</status><id>1</id><username>admin</username>….
</xml>
So can how can we create?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘create XML from JSON responce’ is closed to new replies.