beckchr/staxon

Add "autoPrimitive" output property

Closed this issue · 0 comments

Add support for JSON primitives (number, boolean, null).

  • add methods to JsonXMLStreamReader to access number/boolean primitives of current event
  • add methods to JsonXMLStreamWriter to write character data as number/boolean primitive
  • add AUTO_PRIMITIVE output property to automatically convert element text data to primitives