# notificationx/3.2.14/vendor/wpdeveloper/query-builder/src/Interfaces/JSONable.php

NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner &amp; Floating Notification Bar, version 3.2.14. 17 lines.

- Page: https://pluginprobe.com/plugins/notificationx/3.2.14/code/vendor/wpdeveloper/query-builder/src/Interfaces/JSONable.php
- Raw: https://pluginprobe.com/plugins/notificationx/3.2.14/raw/vendor/wpdeveloper/query-builder/src/Interfaces/JSONable.php
- Modified: 2024-05-21T07:46:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/notificationx/3.2.14/code/vendor/wpdeveloper/query-builder/src/Interfaces/JSONable.php#L10-L20`.

```php
<?php

namespace WPDeveloper\QueryBuilder\Interfaces;

interface JSONable {
	/**
	 * Returns object as JSON string.
	 * @since 1.0.2
	 */
	public function __toJSON( $options = 0, $depth = 512 );

	/**
	 * Returns object as JSON string.
	 * @since 1.0.2
	 */
	public function toJSON( $options = 0, $depth = 512 );
}
```
