Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/09/2011, 05:32
50l3r
Invitado
 
Mensajes: n/a
Puntos:
No se interpretar entradas JSON con PHP

Veran, estoy realizando un proceso por el cual un JSON me devuelve lo siguiente:

array(3) {
["result"]=>
string(7) "success"
["source"]=>
string(14) "getPlayerLimit"
["success"]=>
int(20)
}

Con el sigueinte codigo:

Código PHP:
<?php
require('jsonapi.php'); // get this file at: https://github.com/alecgorge/jsonapi/raw/master/sdk/php/JSONAPI.php

$api = new JSONAPI("localhost"20059"******""******""******");

$pepe = new var_dump($api->call("getPlayerLimit")); ?>
En pepe se queda dicho array, pero nose como poder interpretarlo a partir de ahi. Me podeis hechar una mano? gracias