Tag: JSON

IAM on AWS

AWS IAM (Identity and Access Management) is a service provided by Amazon Web Services that enables users to manage access and permissions for AWS resources. With IAM, users can create…

PHP: How to convert XML to JSON

Converting XML to JSON is very easy in PHP. See the following code. line 1: open an empty file to write JSON line 2: load xml file line 3: convert…

Quick Introduction to JSON

JavaScript Object Notation (JSON) is a lightweight standard for data interchange. It offers several advantages over XML for data interchange such as it can be used for serializing and transmitting…