class Json implements ISerializer

Yaml Class

Methods

static 
encode(type $object, $pretty = false)

No description

static 
decode($string, $assoc = false)

No description

static 
pretty($json, $html = false)

No description

Details

at line 17
static encode(type $object, $pretty = false)

Parameters

type $object
$pretty

at line 30
static decode($string, $assoc = false)

Parameters

$string
$assoc

at line 46
static pretty($json, $html = false)

Parameters

$json
$html