Json output to container

Paul Backus snarwin at gmail.com
Fri Oct 30 18:41:35 UTC 2020


On Friday, 30 October 2020 at 10:23:22 UTC, Vino wrote:
> Hi,
>
>   Request your help on the below code
[...]
>              .filter!(a => a.(["items"].byElement))

What exactly are you trying to accomplish with this `a.(stuff)` 
syntax? As I'm sure you've discovered, it is not valid D, but it 
appears in several places in your code.


More information about the Digitalmars-d-learn mailing list