Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Remove unfinished draft from README.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Mar 27, 2017
1 parent da24f2c commit 2ea4e0a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,3 @@ use ParagonIE\Iaso\ResultSet;
$data = JSON::parse($string);
var_dump($data instanceof ResultSet); /* bool(true) */
```

### Contract-enforcing JSON parsing

```php
use ParagonIE\Iaso\JSON;
use ParagonIE\Iaso\ResultSet;


```

0 comments on commit 2ea4e0a

Please sign in to comment.