- Using JSON in php, when you decode what you encoded you don't always
get the same thing back (serialize you of course do)
How is PHP's YAML support? I prefer YAML to JSON, as it's even easier to read and parse. May not be best here, but could be an option if the interface is less broken than the JSON one. :)