Commit c40a2a5d authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Add validate options to the readme

parent 13e6e5bc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ echo \Arokettu\Json\Json::encode($obj);

### Options objects

OOP interface for json parameters: ``EncodeOptions`` and ``DecodeOptions``
OOP interface for json flags: ``EncodeOptions``, ``DecodeOptions``, ``ValidateOptions``

```php
<?php