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