shrimpza / outofeve

Out of Eve is a web application which allows you to keep complete track of your EVE Online characters and corporations, when you're not in-game.
https://www.outofeve.com/
7 stars 4 forks source link

JSON cleanup #16

Closed shrimpza closed 8 years ago

shrimpza commented 10 years ago

As of PHP 5.2, JSON is provided by default. This removes the need for the pure PHP implementation currently bundled with OOE.

includes/libs/json.php should therefor be removed, and documentation updated to direct users to the JSON extension if required.