mini\Table\JSONTable::fromString() Method

public static

Signature

public static function fromString(string $content, ?string $pointer = NULL): self

Parameters

Name Type Default Description
$content string required Documentation missing
$pointer ?string NULL Documentation missing

Returns

self

Documentation

Create table from a JSON string

Source

src/Table/JSONTable.php:74-87