Last Updated: February 25, 2016
·
830
· stijnj

PHP Type Casting: Arrays, Objects and JSON

I needed a very simple API to transfer some data to another project. The easiest way is to encode the data to JSON on one side and decode it on the other side. Things didn't go as expected...

Continue reading...