https://github.com/mevdschee/json2xml.php
Two PHP functions that allow you to convert from JSON to XML and back
https://github.com/mevdschee/json2xml.php
Last synced: 8 months ago
JSON representation
Two PHP functions that allow you to convert from JSON to XML and back
- Host: GitHub
- URL: https://github.com/mevdschee/json2xml.php
- Owner: mevdschee
- License: mit
- Created: 2017-02-20T01:31:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T12:26:47.000Z (almost 9 years ago)
- Last Synced: 2025-05-07T09:08:01.747Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 24.4 KB
- Stars: 11
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json2xml.php
Two PHP functions that allow you to convert from JSON to XML and back (not the other way around).
This implementation is using the Microsoft JSON-XML mapping as described here:
https://msdn.microsoft.com/en-us/library/bb924435(v=vs.110).aspx
See also: https://github.com/mevdschee/json2xml.js