Skip to content

Commit

Permalink
Document explicitArray option.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtraschke committed Aug 29, 2011
1 parent fd39560 commit 6d61f21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -47,6 +47,8 @@ value})``. Possible options are:
node in the resulting object.
* `emptyTag` (default: `undefined`): what will the value of empty nodes be.
Default is `{}`.
* `explicitArray` (default: `false`): Always put child nodes in an array if true;
otherwise an array is created only if there is more than one.

These default settings are for backward-compatibility (and might change in the
future). For the most 'clean' parsing, you should disable `normalize` and
Expand Down

0 comments on commit 6d61f21

Please sign in to comment.