I need to store a multi-dimensional associative array of data in a flat file for caching purposes. I might occasionally come across the need to convert it to JSON for use in
JSON is simpler and faster than PHP's serialization format and should be used unless: