Hi, You can indeed manage nested values with macro value encoder but it's up to your macro to handle that. Only `:m:macro:` is parsed and the rest is fed to your macro. Your macro should parse the input (JSON, Protobuf, WarpScript, etc.) and look recursively for you 'nested' field in the structure.
It would be too cumbersome and un-optimized to look for the MVE prefix in the whole input. On Tuesday, September 1, 2020 at 12:31:30 PM UTC+2 [email protected] wrote: > > Hi, > > Does macro value encoder supports nested macro value? And what does it > looks like? > > Something like: > > ``` > :m:macro:{'s' '12.12.12.12' 'i1' 10 'l' 2 'i2' 20 'd' 3.2 'b1' false > 'nested' ':m:nested:{'s' '12.12.12.12'}'} > ```` > -- You received this message because you are subscribed to the Google Groups "Warp 10 users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/warp10-users/27f97e22-0c4d-4c44-b2d3-d403fc2fcd7bn%40googlegroups.com.
