File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ object = {
4848| Option | Description | Default value |
4949| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------- |
5050| trimValues | trim string values of an attribute or node | ` true ` |
51- | attributeNamePrefix | prepend given string to attribute name for identification | ` '@\_' ` |
51+ | attributeNamePrefix | prepend given string to attribute name for identification | ` '$' ` |
5252| attributesNodeName | (Valid name) Group all the attributes as properties of given name. | ` false ` |
5353| ignoreAttributes | Ignore attributes to be parsed. | ` false ` |
5454| ignoreNameSpace | Remove namespace string from tag and attribute names. | ` false ` |
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const decoder = {
88
99export const defaultOptions = {
1010 trimValues : true ,
11- attributeNamePrefix : '@_ ' ,
11+ attributeNamePrefix : '$ ' ,
1212 attributesNodeName : false ,
1313 ignoreAttributes : false ,
1414 ignoreNameSpace : false ,
You can’t perform that action at this time.
0 commit comments