Class Json
Wrapper for JSON encode/decode functions. Uses Services_JSON if json functions are not built in to this PHP installation.
		
		
		
		Package: blesta\components\json
Copyright: Copyright (c) 2010, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/json/json.php
	
		Copyright: Copyright (c) 2010, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/json/json.php
Methods summary
| 
				 public 
				string
				
				 | |
| 
				 public 
				mixed
				
				 | 
			#
			 decode( string $val, boolean $assoc = false )Performs JSON decode. Attempts to use built in PHP json_decode if available. |