Go package that can unserialize a subset of PHP's serialize
output into types that can be re-encoded as something sane (e.g. as a map[string]interface{}
or []interface{}
, plus primitive types).
Needs more testing and stuff but this should be good enough for now.