Skip to content

Commit

Permalink
Document BSON parser
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmac committed Jan 8, 2015
1 parent cea6380 commit 140f189
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@ $parsed = $parser->yaml('
');
```

#### Parse BSON
```php
$parser = new Parser();
$parsed = $parser->bson('BSON DATA HERE');
```

Custom Parsers/Formatters
-------------------------

Expand Down

0 comments on commit 140f189

Please sign in to comment.