From 6d61f21ebdb6212db5353ceffc3c9e358bcb6221 Mon Sep 17 00:00:00 2001 From: Kurt Raschke Date: Mon, 29 Aug 2011 11:35:35 -0400 Subject: [PATCH] Document explicitArray option. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d540f778..8d0d076b 100644 --- a/README.md +++ b/README.md @@ -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