highsource / highsource/jaxb-tools
Add a JSONToStringStrategy
Open
- Dominant language
- Java
- Stars
- 465
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
Support generating json in a dedicated JSONToStringStrategy
- [ ] Wrapped-style Foo.toString()
- [ ] Single line, no formatting
- [ ] boolean, short, int, long are not quoted
Sample output:
`{ "Foo": { "intField":32432, "stringField":"string value", "booleanField":false } }`
Contributor guide
Assessment
This issue has not been assessed yet.