sitemule / noxDB

Not only XML. SQL,JSON and XML made easy for IBM i
MIT License
41 stars 20 forks source link

jx_GetNodeValueVC fails for values with null #84

Closed NielsLiisberg closed 10 months ago

NielsLiisberg commented 10 months ago

i.e.

{
  "size":null
}

where node points to "size" the real value is NULL but not used like a NULL this in RPG

size = jx_GetNodeValueVC ( pnode : '0') ;  

this causes a null pointer exception. where the default value would be appreciated.