Description
Parser transform hex to integer but builder doesn't transform back to hex but also transform hex (string) to integer.
Input
<SupportedTesters>
<SupportedTester>0xF2</SupportedTester>
</SupportedTesters>
Code
const options = {
ignoreAttributes: false,
attributeNamePrefix : "@_",
allowBooleanAttributes: true
};
Output
SupportedTesters
:
SupportedTester
:
242
[[Prot
expected data
0<F2
Would you like to work on this issue?
Bookmark this repository for further updates.
Description
Parser transform hex to integer but builder doesn't transform back to hex but also transform hex (string) to integer.
Input
Code
Output
SupportedTesters
:
SupportedTester
:
242
[[Prot
expected data
0<F2
Would you like to work on this issue?
Bookmark this repository for further updates.