stleary / JSON-Java-unit-test

Junit test harness to validate the JSON-Java GitHub project code.
Apache License 2.0
28 stars 45 forks source link

add test for xsi:nil to null conversion #93

Closed meiskalt7 closed 5 years ago

meiskalt7 commented 5 years ago

Hello :-)

I add test for pull request: https://github.com/stleary/JSON-java/pull/467

stleary commented 5 years ago

Approved. Will be merged after https://github.com/stleary/JSON-java/pull/467 There should be additional tests, e.g. when the nil attribute is present but the xml parser config is not used. These can be added later.

meiskalt7 commented 5 years ago

"when the nil attribute is present but the xml parser config is not used"

added :)