highsource / highsource/jsonix
Default Mappings for some simple use cases?
- Dominant language
- JavaScript
- Stars
- 369
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
Some other json/xml libraries have implicit mapping built-in. JSONIX seems to **require** that I define mappings. This makes JSONIX look more difficult and developers choose the other "easier" libraries that just convert to or from XML (albeit with hardcoded mapping).
It would be great to have (autogenerate?) default mappings for _simple use cases_. If I just have a flat XML with simple elements/attributes, I would like to be able to marshall/unmarshall it without specifically calling out individual field mappings.
Essentially asking for the ease of use of some other libs without losing the power of JSONIX rich mappings when needed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.