velcrome / vvvv-Message

The Message Nodes
12 stars 8 forks source link

AsMessage (string) and null #2

Closed fjenett closed 9 years ago

fjenett commented 9 years ago

I have trouble parsing JSON strings containing null with AsMessage (string).

{
  "a_value":null
}
velcrome commented 9 years ago

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.

velcrome commented 9 years ago

fixed in master.

velcrome commented 9 years ago

replacement dll (for /core and /plugins directories) can be found here