JsonFFS implements a message format where messages are encoded as key-value pairs in JSON objects. More...
Public Member Functions | |
getFileExtensions () | |
Return the commonly used file extensions for these formats. | |
readFromVariable ($data) | |
Static Public Member Functions | |
static | isValid ($data) |
JsonFFS implements a message format where messages are encoded as key-value pairs in JSON objects.
The format is extended to support author information under the special key.
Definition at line 19 of file JsonFFS.php.
JsonFFS::getFileExtensions | ( | ) |
Return the commonly used file extensions for these formats.
Include the dot.
Reimplemented from SimpleFFS.
Definition at line 28 of file JsonFFS.php.
static JsonFFS::isValid | ( | $ | data | ) | [static] |
JsonFFS::readFromVariable | ( | $ | data | ) |
array | $data |
Reimplemented from SimpleFFS.
Definition at line 36 of file JsonFFS.php.