We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cec9dc0 + c1d49d8 commit 66bcb29Copy full SHA for 66bcb29
README.md
@@ -373,6 +373,10 @@ Options for the `Builder` class
373
These options are specified by ``new Builder({optionName: value})``.
374
Possible options are:
375
376
+ * `attrkey` (default: `$`): Prefix that is used to access the attributes.
377
+ Version 0.1 default was `@`.
378
+ * `charkey` (default: `_`): Prefix that is used to access the character
379
+ content. Version 0.1 default was `#`.
380
* `rootName` (default `root` or the root key name): root element name to be used in case
381
`explicitRoot` is `false` or to override the root element name.
382
* `renderOpts` (default `{ 'pretty': true, 'indent': ' ', 'newline': '\n' }`):
0 commit comments