We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7288c38 commit 7a90fb2Copy full SHA for 7a90fb2
readme.md
@@ -40,4 +40,7 @@ $someJsonText = file_get_contents('...');
40
41
// Strip and decode!
42
(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);
46
```
0 commit comments