Skip to content

Commit

Permalink
API CHANGE Removed Services_JSON library, as we use the built-in json…
Browse files Browse the repository at this point in the history
… functions instead.
  • Loading branch information
Sean Harvey authored and halkyon committed Mar 31, 2012
1 parent 8ae474b commit dbc4be3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1,357 deletions.
2 changes: 1 addition & 1 deletion core/Convert.php
Expand Up @@ -143,7 +143,7 @@ static function xml2raw($val) {
* Convert a JSON encoded string into an object.
*
* @param string $val
* @return mixed
* @return object|boolean
*/
static function json2obj($val) {
return json_decode($val);
Expand Down
8 changes: 0 additions & 8 deletions thirdparty/json/.piston.yml

This file was deleted.

0 comments on commit dbc4be3

Please sign in to comment.