You are here

public function EasyRdf_Parser_Json::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Json.php \EasyRdf_Parser_Json::__construct()

Constructor

Return value

object EasyRdf_Parser_Json

Overrides EasyRdf_Parser_RdfPhp::__construct

1 method overrides EasyRdf_Parser_Json::__construct()
EasyRdf_Parser_Rapper::__construct in vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rapper.php
Constructor

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Json.php, line 57

Class

EasyRdf_Parser_Json
A pure-php class to parse RDF/JSON with no dependancies.

Code

public function __construct() {
  $this->jsonLastErrorExists = function_exists('json_last_error');
}