\Akeeba_Services_JSON
Synopsis
class Akeeba_Services_JSON
{
- // methods
- public void Akeeba_Services_JSON()
- public string utf162utf8()
- public string utf82utf16()
- public mixed encode()
- public string name_value()
- public string reduce_string()
- public mixed decode()
- public void isError()
Methods
public
- Akeeba_Services_JSON() — constructs a new JSON instance
- decode() — decodes a JSON string into appropriate variable
- encode() — encodes an arbitrary variable into JSON format
- isError()
- name_value() — array-walking function for use in generating JSON-formatted name-value pairs
- reduce_string() — reduce a string by removing leading and trailing comments and whitespace
- utf162utf8() — convert a string from one UTF-16 char to one UTF-8 char
- utf82utf16() — convert a string from one UTF-8 char to one UTF-16 char