File "JsonableInterface.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php
File size: 231 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FluentForm\Framework\Support;
interface JsonableInterface {
/**
* Convert the object to its JSON representation.
*
* @param int $options
* @return string
*/
public function toJson($options = 0);
}