SENE_JSON_Engine Library

SENE_JSON_Engine is one of the default libraries of the Seme Framework to simplify the process of converting NATIVE PHP data into JSON.

Library Sinopsis

The following is a synopsis for the SENE_JSON_Engine library.

class SENE_JSON_Engine
{
  private function safe_json_encode($value){ .. }
  private function utf8ize($mixed){ .. }
  private function latin1_to_utf8($dat){ .. }
  private function log($str){ .. }
  public function out($data, $allowed="*"){ .. }
}

External References

The following are external references used in this document: