Simple parser & generator for Nette Object Notation.
public static string
encode( mixed $var, integer $options = null )
Returns the NEON representation of a value.
string
public static mixed
decode( string $input )
Decodes a NEON string.
mixed
BLOCK
Nette\Neon\Encoder::BLOCK
CHAIN
'!!chain'