Is it possible to use field access identical to Object[‘field’] from C#?

My main motivation is to try and manipulate JSON. Newton JSON is a great library full of functionality that is perfect for this. BUT! It seems that the main trick of this library is simply not available from VVVV - setting values. Maybe I’m wrong and there is a workaround? But is there any chance that a way to set values in this way will be available in the future? I’ve already seen some improvements in that direction and thought maybe it’s time for that too?

JSON_newton1.vl (1.5 KB)

I guess I’m just not paying attention enough

Something like this should work.

Nope.

I was a bit early.

However, if you can apply GetItem to JObject, but nothing can be applied to JToken. As a result, I can’t set the value of a particular field.

Have a look at the screenshots. If you select the suggested connection options not from generics, but probably from a specific implementation for this type, it just turns into ‘nothing’ and cannot be selected (I don’t even know how to explain it better, but I think you understand)

The other options don’t work

Try it by yourself:

JSON_newton_test.vl (5.3 KB)

upd: probably works like this