PHP Class SJson

Afficher le fichier Open project: hetao29/slightphp Class Usage Examples

Méthodes publiques

Méthode Description
decode ( string $str, $options ) : mixed decode string to json object
encode ( mixed $object, $options ) : string encode object to json

Method Details

decode() public static méthode

decode string to json object
public static decode ( string $str, $options ) : mixed
$str string
Résultat mixed object

encode() public static méthode

encode object to json
public static encode ( mixed $object, $options ) : string
$object mixed
Résultat string json