IBMStreams / streamsx.json

Toolkit for working with JSON in SPL applications.
http://ibmstreams.github.io/streamsx.json/
Other
3 stars 19 forks source link

queryJSON() returns wrong status for missing numeric values #93

Closed bmel closed 6 years ago

bmel commented 7 years ago

Problem

This example sets 'status' to FOUND_WRONG_TYPE instead of NOT_FOUND: JSON: { "id":"a1" } API call: myFloat64 = queryJSON("/name", 0.0, status, JsonIndex._1);

leongor commented 7 years ago

Fixed as part of this PR: #91

rnostream commented 6 years ago

91 Merged