Simple way to convert XML to JSON.
XML to JSON

Simple way to convert XML to JSON.
Consider that you have example.json
with the following content:
{
"firstName": "Temuri",
"lastName": "Takalandze",
"active": true,
"position": {
"title": "Developer",
"department": {
"title": "IT"
}
}
}
My PHP library to fill Plain Old PHP Object with JSON content.
PHP Library for generating Markdown document.
PHP Library for generating HTML document.
PHP Library for getting data from National Bank of Georgia (NBG)’s API.