Class JsonHelper

Description

Functions for working with JSON (JavaScript Object Notation)

Located in /helpers/json.php (line 19)


	
			
Method Summary
 string decode (string $string)
 string encode (string $mixed)
Methods
decode (line 27)

Decodes a JSON string

  • access: public
string decode (string $string)
  • string $string
encode (line 43)

Encodes a data structure into a JSON string

  • access: public
string encode (string $mixed)
  • string $mixed

Documentation generated on Thu, 15 Sep 2011 16:36:27 -0700 by phpDocumentor 1.4.1