Closed fjenett closed 9 years ago
I have trouble parsing JSON strings containing null with AsMessage (string).
null
{ "a_value":null }
What would be the expected behaviour?
I think skipping it would be the most reasonable answer, since we cannot even deduce a meaningful type from that property.
fixed in master.
replacement dll (for /core and /plugins directories) can be found here
I have trouble parsing JSON strings containing
null
with AsMessage (string).