On Friday, 30 October 2020 at 18:41:35 UTC, Paul Backus wrote:
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.
Hi,
I was just trying the example code in the link
https://code.dlang.org/packages/asdf, it is just an example,
hence request your help to correct me.
Requirement: parse the json string and store the output to a
container.
From,
Vino.B