avuserow / amp

Acoustics Media Player - network jukebox
Other
26 stars 5 forks source link

switch from JSON::DWIW to JSON::XS #61

Open avuserow opened 13 years ago

avuserow commented 13 years ago

JSON (aka JSON::XS) is faster than DWIW, more available in repos, and automatically falls back to a pure-Perl implementation if the XS code isn't available. It can also do pretty much exactly what we do now with the allow_nonref option.