\Akeeba_Services_JSON

Synopsis

class Akeeba_Services_JSON {
}

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