Skip to content

Commit 7a90fb2

Browse files
committed
docs: add decode() info
1 parent 7288c38 commit 7a90fb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ $someJsonText = file_get_contents('...');
4040

4141
// Strip and decode!
4242
(new Comment)->decode($someJsonText);
43+
44+
// You can pass args like in `json_decode`
45+
(new Comment)->decode($someJsonText, $assoc = true, $depth = 512, $options = JSON_BIGINT_AS_STRING);
4346
```

0 commit comments

Comments
 (0)