jvican/dijon

dijon.parse: null raises java.lang.NullPointerException

themerius opened this issue · 1 comments

The json specification allows null as value: http://www.json.org

import com.github.pathikrit.dijon
dijon.parse("""{"hi": null}""")

If pased to a scala structure it should be of type None?
Tested with version 0.2.3.

See linked commit. Works as expected.