Leonidas-from-XIV / node-xml2js

XML to JavaScript object converter.
MIT License
4.87k stars 601 forks source link

Add documentation for `explicitCharkey` #587

Open mans0954 opened 3 years ago

mans0954 commented 3 years ago

Currently the README.md says this about explicitCharkey:

explicitCharkey (default: false)

which doesn't explain what the option actually does.

The README.md should state the effect of the option e.g.

explicitCharkey (default: false) Determines whether chars are always put in a property, even when there are no children or attributes.