highsource / highsource/jsonix
Have an option to marshal boolean to numeric representation
Open
- Dominant language
- JavaScript
- Stars
- 369
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
The unmarshaller already understands "0" as false and "1" as true, which is correct per XML specification.
Could it be possible (if it doesn't exist already) to add some configuration option to output "0" and "1" when marshalling JSON, instead of "false" and "true"?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.